/external/llvm-project/libc/AOR_v20.02/math/test/testcases/directed/ |
D | logf.tst | 1 ; logf.tst - Directed test cases for logf 7 func=logf op1=7fc00001 result=7fc00001 errno=0 8 func=logf op1=ffc00001 result=7fc00001 errno=0 9 func=logf op1=7f800001 result=7fc00001 errno=0 status=i 10 func=logf op1=ff800001 result=7fc00001 errno=0 status=i 11 func=logf op1=ff810000 result=7fc00001 errno=0 status=i 12 func=logf op1=7f800000 result=7f800000 errno=0 13 func=logf op1=ff800000 result=7fc00001 errno=EDOM status=i 14 func=logf op1=3f800000 result=00000000 errno=0 15 func=logf op1=00000000 result=ff800000 errno=ERANGE status=z [all …]
|
/external/arm-optimized-routines/math/test/testcases/directed/ |
D | logf.tst | 1 ; logf.tst - Directed test cases for logf 6 func=logf op1=7fc00001 result=7fc00001 errno=0 7 func=logf op1=ffc00001 result=7fc00001 errno=0 8 func=logf op1=7f800001 result=7fc00001 errno=0 status=i 9 func=logf op1=ff800001 result=7fc00001 errno=0 status=i 10 func=logf op1=ff810000 result=7fc00001 errno=0 status=i 11 func=logf op1=7f800000 result=7f800000 errno=0 12 func=logf op1=ff800000 result=7fc00001 errno=EDOM status=i 13 func=logf op1=3f800000 result=00000000 errno=0 14 func=logf op1=00000000 result=ff800000 errno=ERANGE status=z [all …]
|
/external/autotest/client/bin/ |
D | base_sysinfo.py | 64 def __init__(self, logf, log_in_keyval): argument 65 self.logf = logf 75 path = os.path.join(logdir, self.logf) 92 def __init__(self, path, logf=None, log_in_keyval=False): argument 93 if not logf: 94 logf = os.path.basename(path) 95 super(logfile, self).__init__(logf, log_in_keyval) 101 r %= (self.path, self.logf, self.log_in_keyval) 107 return (self.path, self.logf) == (other.path, other.logf) 121 return hash((self.path, self.logf)) [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-log.mir | 21 ; CHECK-NEXT: BL &logf 29 ; CHECK-NEXT: BL &logf 37 ; CHECK-NEXT: BL &logf 45 ; CHECK-NEXT: BL &logf 71 ; This is big, so let's just check for the 8 calls to logf, the the 76 ; CHECK: BL &logf 77 ; CHECK: BL &logf 78 ; CHECK: BL &logf 79 ; CHECK: BL &logf 80 ; CHECK: BL &logf [all …]
|
/external/llvm-project/clang/test/CodeGenCUDA/ |
D | library-builtin.cu | 14 extern "C" __attribute__((device)) float logf(float __x) { return logf(__x); } in logf() function 22 extern "C" float logf(float __x) { return logf(__x); } in logf() function
|
/external/llvm-project/llvm/test/LTO/X86/ |
D | libcall-overridden-via-alias.ll | 16 ; CHECK_IR: define internal float @logf(float 25 ; CHECK_ASM: callq logf 26 ; CHECK_ASM-LABEL: logf: 32 ;extern float logf(float); 38 ; dst = logf(src); 47 ;float logf(float x) __attribute__((alias("fname"))); 54 @logf = alias float (float), float (float)* @fname
|
/external/rust/crates/libm/src/math/ |
D | acoshf.rs | 1 use super::{log1pf, logf, sqrtf}; 21 return logf(2.0 * x - 1.0 / (x + sqrtf(x * x - 1.0))); in acoshf() 24 return logf(x) + LN2; in acoshf()
|
D | asinhf.rs | 1 use super::{log1pf, logf, sqrtf}; 20 x = logf(x) + LN2; in asinhf() 23 x = logf(2.0 * x + 1.0 / (sqrtf(x * x + 1.0) + x)); in asinhf()
|
D | lgammaf_r.rs | 16 use super::{floorf, k_cosf, k_sinf, logf}; 133 return (-logf(x), signgam); in lgammaf_r() 147 nadj = logf(PI / (t * x)); in lgammaf_r() 160 r = -logf(x); in lgammaf_r() 237 r += logf(z); in lgammaf_r() 241 t = logf(x); in lgammaf_r() 248 r = x * (logf(x) - 1.0); in lgammaf_r()
|
/external/llvm-project/polly/test/GPGPU/ |
D | libdevice-functions-copied-into-kernel.ll | 40 ; logf = logf(cosf); 41 ; powi = powi(logf, 2); 43 ; B[i] = logf; 67 %logf = tail call float @logf(float %cosf) 68 %powi = tail call float @llvm.powi.f32(float %logf, i32 2) 88 declare float @logf(float) #0
|
/external/llvm-project/libc/AOR_v20.02/math/test/ |
D | runulp.sh | 87 t logf 0 0xffff0000 10000 88 t logf 0x1p-4 0x1p4 50000 89 t logf 0 inf 50000 271 logf __s_logf $runs 272 logf __v_logf $runv 273 logf __vn_logf $runvn 274 logf _ZGVnN4v_logf $runvn
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | MathFunctions.h | 24 return make_float4(logf(a.x), logf(a.y), logf(a.z), logf(a.w));
|
/external/arm-optimized-routines/math/test/ |
D | runulp.sh | 96 t logf 0 0xffff0000 10000 97 t logf 0x1p-4 0x1p4 50000 98 t logf 0 inf 50000 291 logf __s_logf $runs 292 logf __v_logf $runv 293 logf __vn_logf $runvn 294 logf _ZGVnN4v_logf $runvn
|
/external/arm-optimized-routines/math/ |
D | logf.c | 27 logf (float x) in logf() function 77 strong_alias (logf, __logf_finite) 78 hidden_alias (logf, __ieee754_logf)
|
D | v_logf.c | 36 return v_call_f32 (logf, x, y, cmp); in specialcase() 41 V_NAME(logf) (v_f32_t x) in V_NAME() argument
|
/external/llvm-project/libc/AOR_v20.02/math/ |
D | logf.c | 28 logf (float x) in logf() function 78 strong_alias (logf, __logf_finite) 79 hidden_alias (logf, __ieee754_logf)
|
D | v_logf.c | 37 return v_call_f32 (logf, x, y, cmp); in specialcase() 42 V_NAME(logf) (v_f32_t x) in V_NAME() argument
|
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.c | 108 x->log_q = logf(1.0f + (float)(dc_q * dc_q) / 256.0f); in av1_intra_mode_cnn_partition() 459 features[f_idx++] = logf(1.0f + pc_tree->sms_none_feat[sub_idx]); in simple_motion_search_prune_part_features() 466 features[f_idx++] = logf(1.0f + sub_tree->sms_none_feat[0]); in simple_motion_search_prune_part_features() 467 features[f_idx++] = logf(1.0f + sub_tree->sms_none_feat[1]); in simple_motion_search_prune_part_features() 473 features[f_idx++] = logf(1.0f + pc_tree->sms_rect_feat[sub_idx]); in simple_motion_search_prune_part_features() 482 features[f_idx++] = logf(1.0f + (float)(dc_q * dc_q) / 256.0f); in simple_motion_search_prune_part_features() 577 features[f_idx++] = logf(1.0f + (float)none_rdc->rate); in av1_simple_motion_search_early_term_none() 578 features[f_idx++] = logf(1.0f + (float)none_rdc->dist); in av1_simple_motion_search_early_term_none() 579 features[f_idx++] = logf(1.0f + (float)none_rdc->rdcost); in av1_simple_motion_search_early_term_none() 634 const float log_q_sq = logf(1.0f + (float)(dc_q * dc_q) / 256.0f); in av1_get_max_min_partition_features() [all …]
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslog08 | 92 for logf in messages maillog 94 if [ ! -e /var/log/$logf ]; then 95 tst_resm TBROK "/var/log/$logf no such log file"
|
/external/autotest/server/site_tests/servo_LogGrab/ |
D | servo_LogGrab.py | 67 for logf in os.listdir(outdir): 68 if not logf.startswith(self.servo_host.JOINT_LOG_PREFIX): 71 logpath = os.path.join(outdir, logf) 82 'timestamps.' % logf)
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_util.h | 102 return etna_float_to_fixp55(logf((float)width) * RCPLOG2); in etna_log2_fixp55() 109 return etna_float_to_fixp88(logf((float)width) * RCPLOG2); in etna_log2_fixp88()
|
/external/llvm/tools/llvm-diff/ |
D | DiffConsumer.h | 47 virtual void logf(const LogBuilder &Log) = 0; 86 void logf(const LogBuilder &Log) override;
|
D | DifferenceEngine.cpp | 161 Engine.logf("successor %l cannot be equivalent to %r; " in tryUnify() 239 Engine.logf("arguments %l and %r differ") in diffCallSites() 332 Engine.logf("right switch has extra case %r") << CaseValue; in diff() 340 Engine.logf("left switch has extra case %l") << I->first; in diff() 356 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO; in diff() 665 logf("function %l exists only in left module") << LFn; in diff() 671 logf("function %r exists only in right module") << RFn; in diff()
|
/external/llvm-project/llvm/tools/llvm-diff/ |
D | DiffConsumer.h | 46 virtual void logf(const LogBuilder &Log) = 0; 85 void logf(const LogBuilder &Log) override;
|
D | DifferenceEngine.cpp | 160 Engine.logf("successor %l cannot be equivalent to %r; " in tryUnify() 238 Engine.logf("arguments %l and %r differ") in diffCallSites() 349 Engine.logf("right switch has extra case %r") << CaseValue; in diff() 357 Engine.logf("left switch has extra case %l") << I->first; in diff() 373 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO; in diff() 706 logf("function %l exists only in left module") << LFn; in diff() 718 logf("function %r exists only in right module") << RFn; in diff() 724 logf(("not comparing " + Twine(LeftAnonCount) + in diff()
|