/freebsd/contrib/arm-optimized-routines/math/ |
H A D | math_config.h | 72 # define HIDDEN __attribute__ ((__visibility__ ("hidden"))) macro 88 # define HIDDEN macro 335 HIDDEN float __math_oflowf (uint32_t); 337 HIDDEN float __math_uflowf (uint32_t); 339 HIDDEN float __math_may_uflowf (uint32_t); 341 HIDDEN float __math_divzerof (uint32_t); 343 HIDDEN double __math_oflow (uint32_t); 345 HIDDEN double __math_uflow (uint32_t); 347 HIDDEN double __math_may_uflow (uint32_t); 349 HIDDEN double __math_divzero (uint32_t); [all …]
|
H A D | math_err.c | 32 HIDDEN double 41 HIDDEN double 48 HIDDEN double 54 HIDDEN double 61 HIDDEN double 70 HIDDEN double 76 HIDDEN double
|
H A D | math_errf.c | 32 HIDDEN float 41 HIDDEN float 48 HIDDEN float 54 HIDDEN float 61 HIDDEN float 70 HIDDEN float 76 HIDDEN float
|
H A D | sincosf.h | 28 extern const sincos_t __sincosf_table[2] HIDDEN;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c.h | 59 extern HIDDEN scudo::Allocator<scudo::Config, malloc_postinit> Allocator;
|
H A D | internal_defs.h | 32 #define HIDDEN __attribute__((visibility("hidden"))) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | lse.S | 32 HIDDEN(__aarch64_have_lse_atomics) 34 HIDDEN(___aarch64_have_lse_atomics)
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | android | 158 # 0~IPL,MOVINAND,GANG;1~PIT,GPT;2~HIDDEN;3~SBL,HIDDEN;4~SBL2,HIDDEN;5~BOOT;6~kernel,RECOVER,misc;7~…
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.fr | 156 \ HIDDEN vocabulary is a place to keep helper words from cluttering the namespace 162 \ previous ( pop HIDDEN off the search order )
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_sse41_x86-64_unix.S | 20 #define HIDDEN .private_extern macro 22 #define HIDDEN .hidden macro 26 HIDDEN blake3_hash_many_sse41 label 27 HIDDEN _blake3_hash_many_sse41 label 28 HIDDEN blake3_compress_in_place_sse41 label 29 HIDDEN _blake3_compress_in_place_sse41 label 30 HIDDEN blake3_compress_xof_sse41 label 31 HIDDEN _blake3_compress_xof_sse41 label
|
H A D | blake3_sse2_x86-64_unix.S | 20 #define HIDDEN .private_extern macro 22 #define HIDDEN .hidden macro 26 HIDDEN blake3_hash_many_sse2 label 27 HIDDEN _blake3_hash_many_sse2 label 28 HIDDEN blake3_compress_in_place_sse2 label 29 HIDDEN _blake3_compress_in_place_sse2 label 30 HIDDEN blake3_compress_xof_sse2 label 31 HIDDEN _blake3_compress_xof_sse2 label
|
H A D | blake3_avx512_x86-64_unix.S | 20 #define HIDDEN .private_extern macro 22 #define HIDDEN .hidden macro 26 HIDDEN _blake3_hash_many_avx512 label 27 HIDDEN blake3_hash_many_avx512 label 28 HIDDEN blake3_compress_in_place_avx512 label 29 HIDDEN _blake3_compress_in_place_avx512 label 30 HIDDEN blake3_compress_xof_avx512 label 31 HIDDEN _blake3_compress_xof_avx512 label
|
H A D | blake3_avx2_x86-64_unix.S | 20 #define HIDDEN .private_extern macro 22 #define HIDDEN .hidden macro 26 HIDDEN _blake3_hash_many_avx2 label 27 HIDDEN blake3_hash_many_avx2 label
|