/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBasicBlockInfo.h | 27 /// UnknownPadding - Return the worst case padding that could result from 45 /// Offsets are computed assuming worst case padding before an aligned 49 /// Because worst case padding is used, the computed offset of an aligned 54 /// inline assembly, this is a worst case estimate. 76 /// This number should be used to predict worst case padding when 81 // worst case padding. in internalKnownBits()
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | log.c | 60 /* Worst-case error is around 0.516 ULP. */ in log() 68 /* Worst-case error is around 0.516 ULP. */ in log() 81 /* Worst-case error is around 0.532 ULP. */ in log() 87 /* Worst-case error is around 0.507 ULP. */ in log() 144 /* Worst case error if |y| > 0x1p-5: in log() 146 Worst case error if |y| > 0x1p-4: in log()
|
H A D | exp2.c | 53 E is the worst-case ulp error outside the subnormal range. So this in specialcase() 54 is only useful if the goal is better than 1 ulp worst-case error. */ in specialcase() 123 /* Without fma the worst case error is 0.5/N ulp larger. */ in exp2() 124 /* Worst case error is less than 0.5+0.86/N+(abs poly error * 2^53) ulp. */ in exp2()
|
H A D | exp.c | 55 E is the worst-case ulp error outside the subnormal range. So this in specialcase() 56 is only useful if the goal is better than 1 ulp worst-case error. */ in specialcase() 141 /* Without fma the worst case error is 0.25/N ulp larger. */ in exp_inline() 142 /* Worst case error is less than 0.5+1.11/N+(abs poly error * 2^53) ulp. */ in exp_inline()
|
H A D | pow.c | 15 Worst-case error: 0.54 ULP (~= ulperr_exp + 1024*Ln2*relerr_log*2^53) 150 E is the worst-case ulp error outside the subnormal range. So this in specialcase() 151 is only useful if the goal is better than 1 ulp worst-case error. */ in specialcase() 232 /* Without fma the worst case error is 0.25/N ulp larger. */ in exp_inline() 233 /* Worst case error is less than 0.5+1.11/N+(abs poly error * 2^53) ulp. */ in exp_inline()
|
/freebsd/usr.bin/posixmqcontrol/ |
H A D | posixmqcontrol.c | 828 int worst = 0; in main() local 836 worst = result; in main() 839 return (grace(worst)); in main() 846 int worst = 0; in main() local 854 worst = result; in main() 857 return (grace(worst)); in main() 864 int worst = 0; in main() local 876 worst = result; in main() 880 return (grace(worst)); in main() 888 int worst = recv(queue); in main() local [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/ |
H A D | refreserv_multi_raidz.ksh | 22 # raidz refreservation=auto picks worst raidz vdev 55 log_assert "raidz refreservation=auto picks worst raidz vdev" 134 # space inefficient as the worst one. 201 log_pass "raidz refreservation=auto picks worst raidz vdev"
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | exp_inline.h | 56 E is the worst-case ulp error outside the subnormal range. So this in exp_inline_special_case() 57 is only useful if the goal is better than 1 ulp worst-case error. */ in exp_inline_special_case() 142 /* Without fma the worst case error is 0.25/N ulp larger. */ in exp_inline() 143 /* Worst case error is less than 0.5+1.11/N+(abs poly error * 2^53) ulp. */ in exp_inline()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sincospif.c | 15 Worst-case error for sin is 3.04 ULP: 18 Worst-case error for cos is 3.18 ULP:
|
H A D | sincospi.c | 15 Worst-case error for sin is 3.09 ULP: 18 Worst-case error for sin is 3.16 ULP:
|
H A D | cexpif.c | 22 Worst-case error for sin is 1.67 ULP: 24 Worst-case error for cos is 1.81 ULP:
|
H A D | sincosf.c | 44 Worst-case error for sin is 1.67 ULP: 46 Worst-case error for cos is 1.81 ULP:
|
H A D | sv_sincospi_common.h | 35 Worst-case error for sin is 3.09 ULP: 38 Worst-case error for cos is 3.16 ULP:
|
H A D | sv_sincospif_common.h | 30 Worst-case error for sin is 3.04 ULP: 33 Worst-case error for cos is 3.18 ULP:
|
H A D | sv_sincosf_common.h | 34 Worst-case error for sin is 1.67 ULP: 36 Worst-case error for cos is 1.81 ULP:
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | sincospif.c | 15 Worst-case error for sin is 3.04 ULP: 17 Worst-case error for cos is 3.18 ULP:
|
H A D | cexpif.c | 22 Worst-case error for sin is 1.67 ULP: 24 Worst-case error for cos is 1.81 ULP:
|
H A D | sincosf.c | 40 Worst-case error for sin is 1.67 ULP: 42 Worst-case error for cos is 1.81 ULP:
|
H A D | v_sincospif_common.h | 23 Worst-case error for sin is 3.04 ULP: 25 Worst-case error for cos is 3.18 ULP:
|
H A D | log1pf.c | 37 /* Vector log1pf approximation using polynomial on reduced interval. Worst-case 67 /* Vector log1pf approximation using polynomial on reduced interval. Worst-case
|
H A D | v_sincosf_common.h | 33 Worst-case error for sin is 1.67 ULP: 35 Worst-case error for cos is 1.81 ULP:
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | domain-idle-state.yaml | 33 The worst case latency in microseconds required to enter the idle 39 The worst case latency in microseconds required to exit the idle
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsScheduleP5600.td | 166 // Estimated worst case 171 // Estimated worst case 242 // Best/Common/Worst case = 7 / 23 / 27 247 // Best/Common/Worst case = 7 / 23 / 27 252 // Best/Common/Worst case = 7 / 31 / 35 257 // Best/Common/Worst case = 7 / 19 / 23 262 // Best/Common/Worst case = 7 / 27 / 31 267 // Best/Common/Worst case = 7 / 27 / 27 272 // Best/Common/Worst case = 7 / 27 / 31 277 // Best/Common/Worst cas [all...] |
/freebsd/lib/libc/stdlib/ |
H A D | heapsort.c | 145 * and worst. While heapsort is faster than the worst case of quicksort, 147 * a data set that will trigger the worst case is nonexistent. Heapsort's
|
H A D | qsort.3 | 206 O N**2 worst-case behavior. 218 takes O N lg N worst-case time. 236 is optimized for data with pre-existing order; its worst case
|