Home
last modified time | relevance | path

Searched refs:logf (Results 1 – 25 of 116) sorted by relevance

12345

/external/arm-optimized-routines/test/testcases/directed/
Dlogf.tst1 ; 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/
Dbase_sysinfo.py52 def __init__(self, logf, log_in_keyval): argument
53 self.logf = logf
63 path = os.path.join(logdir, self.logf)
80 def __init__(self, path, logf=None, log_in_keyval=False): argument
81 if not logf:
82 logf = os.path.basename(path)
83 super(logfile, self).__init__(logf, log_in_keyval)
89 r %= (self.path, self.logf, self.log_in_keyval)
95 return (self.path, self.logf) == (other.path, other.logf)
109 return hash((self.path, self.logf))
[all …]
/external/eigen/Eigen/src/Core/arch/CUDA/
DMathFunctions.h24 return make_float4(logf(a.x), logf(a.y), logf(a.z), logf(a.w));
/external/e2fsprogs/e2fsck/
Dlogfile.c331 ctx->logf = fopen(s0, "w"); in set_up_logging()
332 if (!ctx->logf && s1.s) in set_up_logging()
333 ctx->logf = fopen(s1.s, "w"); in set_up_logging()
334 if (!ctx->logf && s2.s) in set_up_logging()
335 ctx->logf = fopen(s2.s, "w"); in set_up_logging()
336 if (!ctx->logf && log_dir_wait) in set_up_logging()
337 ctx->logf = save_output(s0, s1.s, s2.s); in set_up_logging()
Dutil.c86 if (ctx->logf) in fatal_error()
87 fprintf(ctx->logf, "Exit status: %d\n", exit_value); in fatal_error()
98 if (ctx->logf) { in log_out()
100 vfprintf(ctx->logf, fmt, pvar); in log_out()
112 if (ctx->logf) { in log_err()
114 vfprintf(ctx->logf, fmt, pvar); in log_err()
De2fsck.c215 if (ctx->logf) in e2fsck_free_context()
216 fclose(ctx->logf); in e2fsck_free_context()
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c50 features[f_idx++] = logf(1.0f + (float)(dc_q * dc_q) / 256.0f); in get_res_var_features()
59 features[f_idx++] = logf(1.0f + (float)var); in get_res_var_features()
278 features[idx] = logf(1.0f + (float)int_features[idx]); in simple_motion_search_prune_part_features()
286 features[f_idx++] = logf(1.0f + (float)(dc_q * dc_q) / 256.0f); in simple_motion_search_prune_part_features()
416 simple_motion_features[f_idx++] = logf(1.0f + (float)none_rdc->rate); in av1_simple_motion_search_early_term_none()
417 simple_motion_features[f_idx++] = logf(1.0f + (float)none_rdc->dist); in av1_simple_motion_search_early_term_none()
418 simple_motion_features[f_idx++] = logf(1.0f + (float)none_rdc->rdcost); in av1_simple_motion_search_early_term_none()
497 features[idx] = logf(1.0f + (float)int_features[idx]); in firstpass_simple_motion_search_features()
505 features[f_idx++] = logf(1.0f + (float)(dc_q * dc_q) / 256.0f); in firstpass_simple_motion_search_features()
556 ml_features[f_idx++] = logf(1.0f + (float)none_rdc->rate); in av1_firstpass_simple_motion_search_early_term()
[all …]
/external/arm-optimized-routines/math/
Dlogf.c31 logf (float x) in logf() function
81 strong_alias (logf, __logf_finite)
82 hidden_alias (logf, __ieee754_logf)
/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslog0892 for logf in messages maillog
94 if [ ! -e /var/log/$logf ]; then
95 tst_resm TBROK "/var/log/$logf no such log file"
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDiffConsumer.h47 virtual void logf(const LogBuilder &Log) = 0;
86 void logf(const LogBuilder &Log) override;
DDifferenceEngine.cpp161 Engine.logf("successor %l cannot be equivalent to %r; " in tryUnify()
239 Engine.logf("arguments %l and %r differ") in diffCallSites()
350 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
358 Engine.logf("left switch has extra case %l") << I->first; in diff()
374 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO; in diff()
696 logf("function %l exists only in left module") << LFn; in diff()
702 logf("function %r exists only in right module") << RFn; in diff()
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDiffConsumer.h46 virtual void logf(const LogBuilder &Log) = 0;
87 void logf(const LogBuilder &Log);
DDifferenceEngine.cpp164 Engine.logf("successor %l cannot be equivalent to %r; " in tryUnify()
243 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()
660 logf("function %l exists only in left module") << LFn; in diff()
666 logf("function %r exists only in right module") << RFn; in diff()
/external/llvm/tools/llvm-diff/
DDiffConsumer.h47 virtual void logf(const LogBuilder &Log) = 0;
86 void logf(const LogBuilder &Log) override;
DDifferenceEngine.cpp161 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/virglrenderer/src/gallium/auxiliary/util/
Du_math.h103 static inline float logf( float f ) in logf() function
110 #ifdef logf
111 #undef logf
112 #define logf(x) ((float)log((double)(x)))
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll70 define float @logf(float %F) {
71 ; CHECK-LABEL: logf:
72 ; CHECK: bl logf
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll70 define float @logf(float %F) {
71 ; CHECK-LABEL: logf:
72 ; CHECK: bl logf
/external/arm-optimized-routines/math/include/
Dmathlib.h13 float logf (float);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll161 ; CHECK: bl {{.*}}logf
164 ; CHECK: bl {{.*}}logf
167 ; CHECK: bl {{.*}}logf
170 ; CHECK: bl {{.*}}logf
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll161 ; CHECK: bl {{.*}}logf
164 ; CHECK: bl {{.*}}logf
167 ; CHECK: bl {{.*}}logf
170 ; CHECK: bl {{.*}}logf
/external/arm-optimized-routines/test/testcases/random/
Dfloat.tst13 test logf 10000
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_util.h92 return etna_float_to_fixp55(logf((float)width) * RCPLOG2); in etna_log2_fixp55()
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
Dlog.ll2 ; RUN: grep "bl logf" %t1.s | count 1
/external/arm-optimized-routines/math/single/
De_logf.c18 logf(float X) in logf() function

12345