| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | acos.c | 34 #define Small 0x3e50000000000000 /* 2^-53. */ macro 76 = vcgtq_u64 (vsubq_u64 (vreinterpretq_u64_f64 (ax), v_u64 (Small)), in V_NAME_D1() 77 v_u64 (Oneu - Small)); in V_NAME_D1() 117 TEST_INTERVAL (V_NAME_D1 (acos), 0, Small, 5000) 118 TEST_INTERVAL (V_NAME_D1 (acos), Small, 0.5, 50000)
|
| H A D | asin.c | 32 #define Small 0x3e50000000000000 /* 2^-12. */ macro 71 = vcgtq_u64 (vsubq_u64 (vreinterpretq_u64_f64 (ax), v_u64 (Small)), in V_NAME_D1() 72 v_u64 (One - Small)); in V_NAME_D1() 125 TEST_INTERVAL (V_NAME_D1 (asin), 0, Small, 5000) 126 TEST_INTERVAL (V_NAME_D1 (asin), Small, 0.5, 50000)
|
| H A D | asinf.c | 28 #define Small 0x39800000 /* 2^-12. */ macro 67 = vcgtq_u32 (vsubq_u32 (ia, v_u32 (Small)), v_u32 (One - Small)); in V_NAME_F1()
|
| H A D | acosf.c | 29 #define Small 0x32800000 /* 2^-26. */ macro 71 = vcgtq_u32 (vsubq_u32 (ia, v_u32 (Small)), v_u32 (One - Small)); in V_NAME_F1()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 36 return CodeModel::Small; in unwrap() 44 return CodeModel::Small; in unwrap() 51 case CodeModel::Small: in wrap()
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | asinf_2u5.c | 17 #define Small 0x39800000 /* 2^-12. */ macro 95 TEST_INTERVAL (asinf, 0, Small, 5000) 96 TEST_INTERVAL (asinf, Small, 0.5, 50000)
|
| H A D | acosf_1u4.c | 18 #define Small 0x32800000 /* 2^-26. */ macro 94 TEST_INTERVAL (acosf, 0, Small, 5000) 95 TEST_INTERVAL (acosf, Small, 0.5, 50000)
|
| H A D | asin_3u.c | 17 #define Small 0x3e50000000000000 /* 2^-26. */ macro 101 TEST_INTERVAL (asin, 0, Small, 5000) 102 TEST_INTERVAL (asin, Small, 0.5, 50000)
|
| H A D | acos_2u.c | 18 #define Small 0x3c90000000000000 /* 2^-53. */ macro 95 TEST_INTERVAL (acos, 0, Small, 5000) 96 TEST_INTERVAL (acos, Small, 0.5, 50000)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 944 unsigned Small : 1; variable 996 if (Small && RHS.Small) { in swap() 1025 if (!Small && !RHS.Small) { in swap() 1031 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap() 1032 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap() 1037 LargeSide.Small = true; in swap() 1056 SmallSide.Small = false; in swap() 1077 Small = true; in copyFrom() 1079 Small = false; in copyFrom() 1086 Small = true; in init() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetObjectFile.cpp | 48 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection() 75 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl() 83 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.cpp | 173 case CodeModel::Small: in classifyBlockAddressReference() 193 case CodeModel::Small: in classifyLocalReference() 246 case CodeModel::Small: in classifyGlobalReference()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | unique_function_test.cpp | 107 unique_function<int(int)> Small = SmallCallable(); in TEST() local 108 EXPECT_EQ(Small(2), 3); in TEST() 109 unique_function<int(int)> Small2 = std::move(Small); in TEST()
|
| /freebsd/crypto/libecc/ |
| H A D | meson.build | 163 # Small stack handling 168 assert(not (with_small_stack_opt and with_sig_eddsa25519_opt), 'Small stack and EdDSA are incompati… 169 assert(not (with_small_stack_opt and with_sig_eddsa448_opt), 'Small stack and EdDSA are incompatibl… 170 assert(not (with_small_stack_opt and with_x25519_opt), 'Small stack and X25519 are incompatible opt… 171 assert(not (with_small_stack_opt and with_x448_opt), 'Small stack and X448 are incompatible options…
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator 40 enum Level { Default=0, Small=1, Large=2 }; enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.cpp | 35 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel() 39 return CodeModel::Small; in getEffectiveXCoreCodeModel()
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | sff,sfp.txt | 1 Small Form Factor (SFF) Committee Small Form-factor Pluggable (SFP)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchTargetMachine.cpp | 76 return TT.isArch64Bit() ? CodeModel::Medium : CodeModel::Small; in getEffectiveLoongArchCodeModel() 79 case CodeModel::Small: in getEffectiveLoongArchCodeModel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.cpp | 155 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel() 156 return CodeModel::Small; in getEffectiveSystemZCodeModel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 99 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel() 101 return CodeModel::Small; in getEffectiveSparcCodeModel()
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.nxp | 29 device sff # Small Form Factor Transceivers
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 95 if (*CM == CodeModel::Small) in isLargeGlobalValue() 176 case CodeModel::Small: in getMaxCodeSize()
|
| /freebsd/share/examples/pf/ |
| H A D | faq-example1 | 4 # Firewall for Home or Small Office
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 299 return CodeModel::Small; in getEffectivePPCCodeModel() 301 return CodeModel::Small; in getEffectivePPCCodeModel() 306 return CodeModel::Small; in getEffectivePPCCodeModel()
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | ste-u300.txt | 18 S365 "Small Board U365":
|