Home
last modified time | relevance | path

Searched refs:fabsf (Results 1 – 25 of 182) sorted by relevance

12345678

/external/skia/tests/
DNonlinearBlendingTest.cpp49 REPORTER_ASSERT(r, fabsf(via_skcms[0] - via_steps[0]) <= 0.005f); in DEF_TEST()
50 REPORTER_ASSERT(r, fabsf(via_skcms[1] - via_steps[1]) <= 0.005f); in DEF_TEST()
51 REPORTER_ASSERT(r, fabsf(via_skcms[2] - via_steps[2]) <= 0.005f); in DEF_TEST()
52 REPORTER_ASSERT(r, fabsf(via_skcms[3] - via_steps[3]) <= 0.0f); in DEF_TEST()
65 REPORTER_ASSERT(r, fabsf(skcms_to_steps[0] - steps_to_skcms[0]) <= 0.005f); in DEF_TEST()
66 REPORTER_ASSERT(r, fabsf(skcms_to_steps[1] - steps_to_skcms[1]) <= 0.005f); in DEF_TEST()
67 REPORTER_ASSERT(r, fabsf(skcms_to_steps[2] - steps_to_skcms[2]) <= 0.005f); in DEF_TEST()
68 REPORTER_ASSERT(r, fabsf(skcms_to_steps[3] - steps_to_skcms[3]) <= 0.0f); in DEF_TEST()
/external/skqp/tests/
DNonlinearBlendingTest.cpp49 REPORTER_ASSERT(r, fabsf(via_skcms[0] - via_steps[0]) <= 0.005f); in DEF_TEST()
50 REPORTER_ASSERT(r, fabsf(via_skcms[1] - via_steps[1]) <= 0.005f); in DEF_TEST()
51 REPORTER_ASSERT(r, fabsf(via_skcms[2] - via_steps[2]) <= 0.005f); in DEF_TEST()
52 REPORTER_ASSERT(r, fabsf(via_skcms[3] - via_steps[3]) <= 0.0f); in DEF_TEST()
65 REPORTER_ASSERT(r, fabsf(skcms_to_steps[0] - steps_to_skcms[0]) <= 0.005f); in DEF_TEST()
66 REPORTER_ASSERT(r, fabsf(skcms_to_steps[1] - steps_to_skcms[1]) <= 0.005f); in DEF_TEST()
67 REPORTER_ASSERT(r, fabsf(skcms_to_steps[2] - steps_to_skcms[2]) <= 0.005f); in DEF_TEST()
68 REPORTER_ASSERT(r, fabsf(skcms_to_steps[3] - steps_to_skcms[3]) <= 0.0f); in DEF_TEST()
/external/clang/test/Sema/
Dwarn-absolute-value.c8 float fabsf(float);
21 (void)fabsf(x); in test_int()
83 (void)fabsf(x); in test_long()
152 (void)fabsf(x); in test_long_long()
229 (void)fabsf(x); in test_float()
291 (void)fabsf(x); in test_double()
359 (void)fabsf(x); in test_long_double()
433 (void)fabsf(x); in test_complex_float()
495 (void)fabsf(x); in test_complex_double()
563 (void)fabsf(x); in test_complex_long_double()
[all …]
/external/clang/test/SemaCXX/
Dwarn-absolute-value.cpp9 float fabsf(float);
42 (void)fabsf(x); in test_int()
106 (void)fabsf(x); in test_long()
177 (void)fabsf(x); in test_long_long()
256 (void)fabsf(x); in test_float()
320 (void)fabsf(x); in test_double()
390 (void)fabsf(x); in test_long_double()
464 (void)fabsf(x); in test_complex_float()
526 (void)fabsf(x); in test_complex_double()
594 (void)fabsf(x); in test_complex_long_double()
[all …]
Dwarn-absolute-value-header.cpp6 float fabsf(float);
22 (void)fabsf(d); in test()
34 (void)fabsf(ll); in test()
42 (void)fabsf(f); in test()
45 (void)fabsf(i); in test()
/external/llvm/test/Transforms/InstCombine/
Dfabs.ll5 declare float @fabsf(float)
11 %fabsf = tail call float @fabsf(float %mul)
12 ret float %fabsf
47 %fabsf = tail call float @llvm.fabs.f32(float %mul)
48 ret float %fabsf
Dpr27332.ll13 declare float @fabsf()
16 %call = call float @fabsf()
21 ; CHECK: %[[call:.*]] = call float @fabsf()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dfabs.ll10 declare float @fabsf(float)
21 %fabsf = tail call float @fabsf(float %x)
22 ret float %fabsf
49 %fabsf = tail call nnan float @fabsf(float %x)
50 ret float %fabsf
65 %fabsf = tail call float @llvm.fabs.f32(float %mul)
66 ret float %fabsf
97 %fabsf = call float @llvm.fabs.f32(float %mul)
98 ret float %fabsf
197 %fabsf = call float @llvm.fabs.f32(float %fma)
[all …]
Dpr27332.ll13 declare float @fabsf()
16 %call = call float @fabsf()
21 ; CHECK: %[[call:.*]] = call float @fabsf()
/external/llvm/test/CodeGen/Hexagon/
Dopt-fabs.ll2 ; Optimize fabsf to clrbit in V5.
11 %call = call float @fabsf(float %0) readnone
15 declare float @fabsf(float)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dopt-fabs.ll2 ; Optimize fabsf to clrbit in V5.
11 %call = call float @fabsf(float %0) readnone
15 declare float @fabsf(float)
/external/llvm/test/CodeGen/X86/
Dfabs.ll1 ; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
6 declare float @fabsf(float)
14 %Y = call float @fabsf(float %X) readnone
22 ; NOOPT-NOT: fabsf
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNHoist/
Dhoist-pr31891.ll11 define float @fabsf(float %f) #0 !dbg !7 {
29 %call = call float @fabsf(float %f) #1, !dbg !15
34 %call1 = call float @fabsf(float %f) #1, !dbg !19
44 ; CHECK: call float @fabsf(float %f) {{.*}} !dbg ![[dbgloc:[0-9]+]]
69 !7 = distinct !DISubprogram(name: "fabsf", scope: !1, file: !1, line: 4, type: !8, isLocal: false, …
/external/llvm/test/Transforms/Inline/
Dinline-fp.ll27 %call3 = call float @fabsf(float %call)
35 %call4 = call float @fabsf(float %call1)
40 %call8 = call float @fabsf(float %call2)
74 %call3 = call float @fabsf(float %call)
82 %call4 = call float @fabsf(float %call1)
87 %call8 = call float @fabsf(float %call2)
131 declare float @fabsf(float) optsize minsize
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dfabs.ll1 ; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
7 declare float @fabsf(float)
12 %Y = call float @fabsf(float %X)
/external/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/
Dinf-recursion.ll25 ; CHECK: define float @fabsf
28 define float @fabsf(float %f) {
29 %t= call float @fabsf(float 2.0)
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Dfcmp32.ll6 declare float @fabsf(float)
18 %1 = call float @fabsf(float %arg1)
19 %2 = call float @fabsf(float %arg2)
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_emit.c36 float vp_minx = -fabsf(vpscale[0]) + vptranslate[0]; in vc4_emit_state()
37 float vp_maxx = fabsf(vpscale[0]) + vptranslate[0]; in vc4_emit_state()
38 float vp_miny = -fabsf(vpscale[1]) + vptranslate[1]; in vc4_emit_state()
39 float vp_maxy = fabsf(vpscale[1]) + vptranslate[1]; in vc4_emit_state()
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/
Dpow-to-sqrt.ll9 ; CHECK: %fabsf = call float @fabsf(float %sqrtf) nounwind readonly
11 ; CHECK: %retval = select i1 %1, float 0x7FF0000000000000, float %fabsf
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c357 if (fabsf(dx) >= fabsf(dy)) { in try_setup_line()
372 if (fabsf(x1diff) + fabsf(y1diff) < 0.5) { in try_setup_line()
391 if (fabsf(x2diff) + fabsf(y2diff) < 0.5) { in try_setup_line()
470 if (fabsf(x1diff) + fabsf(y1diff) < 0.5) { in try_setup_line()
488 if (fabsf(x2diff) + fabsf(y2diff) < 0.5) { in try_setup_line()
/external/llvm/test/Transforms/TailCallElim/
Dinf-recursion.ll25 ; CHECK-LABEL: define float @fabsf(
28 define float @fabsf(float %f) {
29 %t= call float @fabsf(float 2.0)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/TailCallElim/
Dinf-recursion.ll25 ; CHECK-LABEL: define float @fabsf(
28 define float @fabsf(float %f) {
29 %t= call float @fabsf(float 2.0)
/external/llvm/test/CodeGen/Mips/
Df16abs.ll20 %call2 = tail call float @fabsf(float %1) #2
23 ; static-NOT: jal fabsf
30 declare float @fabsf(float) #1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Df16abs.ll20 %call2 = tail call float @fabsf(float %1) #2
23 ; static-NOT: jal fabsf
30 declare float @fabsf(float) #1
/external/llvm/test/CodeGen/Generic/
Dfneg-fabs.ll15 declare float @fabsf(float)
23 %Y = call float @fabsf( float %X ) ; <float> [#uses=1]

12345678