HomeSort by relevance Sort by last modified time
    Searched refs:powf (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
le32-libcall-pow.c 8 float powf(float, float);
14 // CHECK: call float @powf
15 float l0 = powf(a0, a0);
24 // CHECK: declare float @powf(float, float)
libcalls.c 39 // CHECK-YES: call float @powf
41 float l0 = powf(a0, a0);
52 // CHECK-YES: declare float @powf(float, float)
  /bionic/libm/upstream-netbsd/lib/libm/complex/
cpowf.c 49 r = powf(absa, x);
  /external/eigen/unsupported/test/
cxx11_tensor_generator.cpp 74 float g_rows = powf(rows/2.0f - i, 2) / (3.14f * 3.14f) * 0.5f;
75 float g_cols = powf(cols/2.0f - j, 2) / (2.7f * 2.7f) * 0.5f;
  /device/google/contexthub/firmware/lib/libm/
wf_pow.c 17 * wrapper powf(x,y) return x**y
24 float powf(float x, float y) /* wrapper powf */ function
26 float powf(x,y) /* wrapper powf */
39 /* powf(NaN,0.0) */
42 exc.name = "powf";
60 /* powf(0.0,0.0) */
63 exc.name = "powf";
79 exc.name = "powf";
    [all...]
  /frameworks/base/libs/hwui/utils/
Color.h 79 return linear <= 0.0031308f ? linear * 12.92f : (powf(linear, 1.0f / 2.4f) * 1.055f) - 0.055f;
97 return srgb <= 0.04045f ? srgb / 12.92f : powf((srgb + 0.055f) / 1.055f, 2.4f);
  /prebuilts/ndk/r16/sources/android/ndk_helper/
interpolator.cpp 168 return (c * powf( 2, (10 * (t / d - 1)) ) + b);
175 return (c * (-powf( 2, -10 * t / d ) + 1) + b);
  /system/chre/apps/audio_world/
audio_world.cc 100 float value = sqrtf(powf(gKissFftOutput[i].r, 2)
101 + powf(gKissFftOutput[i].i, 2));
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
format_types.h 702 * powf(1.0f * coeffnum / coeffden, 1.0f * expden / expnum));
745 return _mm_set_ps(powf(f[3], Exp),
746 powf(f[2], Exp),
747 powf(f[1], Exp),
748 powf(f[0], Exp));
817 * powf(1.0f * coeffnum / coeffden, 1.0f * expden / expnum);
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/util/
cal_log.h 76 powf(10, num_digits)) // NOLINT
  /external/mesa3d/src/util/
format_srgb.h 65 return 1.055f * powf(cl, 0.41666f) - 0.055f;
  /external/webrtc/webrtc/tools/agc/
test_utils.cc 26 return powf(10.0f, db / 20.0f);
  /packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp 52 // := powf(mTypedLetterMultiplier (this is defined 2),
64 // So, maximum original score is powf(2, min(before.length(), after.length())) * 255 * 2 * 1.2
68 // So, we can normalize original score by dividing powf(2, min(b.l(),a.l())) * 255 * 2.
102 * powf(static_cast<float>(TYPED_LETTER_MULTIPLIER),
  /external/skia/src/gpu/effects/
GrSRGBEffect.cpp 97 return (srgb <= 0.04045f) ? srgb / 12.92f : powf((srgb + 0.055f) / 1.055f, 2.4f);
100 return (linear <= 0.0031308) ? linear * 12.92f : 1.055f * powf(linear, 1.f / 2.4f) - 0.055f;
  /external/skia/tests/
ApplyGammaTest.cpp 39 return 1.055f * powf(linear, 1.f / 2.4f) - 0.055f;
48 return powf((srgb + 0.055f) / 1.055f, 2.4f);
ParametricStageTest.cpp 36 : powf(in[i] * fn.fA + fn.fB, fn.fG) + fn.fE;
SRGBMipMapTest.cpp 28 return powf((srgb + 0.055f) / 1.055f, 2.4f);
37 return 1.055f * powf(linear, 1.f / 2.4f) - 0.055f;
  /external/skqp/src/gpu/effects/
GrSRGBEffect.cpp 97 return (srgb <= 0.04045f) ? srgb / 12.92f : powf((srgb + 0.055f) / 1.055f, 2.4f);
100 return (linear <= 0.0031308) ? linear * 12.92f : 1.055f * powf(linear, 1.f / 2.4f) - 0.055f;
  /external/skqp/tests/
ApplyGammaTest.cpp 24 return 1.055f * powf(linear, 1.f / 2.4f) - 0.055f;
33 return powf((srgb + 0.055f) / 1.055f, 2.4f);
ParametricStageTest.cpp 36 : powf(in[i] * fn.fA + fn.fB, fn.fG) + fn.fE;
  /external/mesa3d/include/
c99_math.h 107 return powf(2.0f, f);
  /external/skia/include/core/
SkColorSpace.h 73 return s * (powf(fA * x + fB, fG) + fE);
  /external/skqp/include/core/
SkColorSpace.h 73 return s * (powf(fA * x + fB, fG) + fE);
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 86 INLINE_DEF_FLOAT_SYMBOL(powf, 2)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_srgb.c 194 exp2f_c * powf(coeff_f, 1.0f / exp_f));
229 powf(1.055f * 255.0f, 4.0f));

Completed in 655 milliseconds

1 2 3 4 5 6 7