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

1 2 34 5 6 7

  /external/skqp/gm/
showmiplevels.cpp 85 x = 1.055f * (powf(x, (1.0f / 2.4f))) - 0.055f;
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 190 return powf(10.0f, x);
195 return powf(2.0f, x);
353 return powf(x, y);
  /external/adhd/cras/src/dsp/
drc_kernel.c 200 dk->ratio_base = y0 * powf(dk->knee_threshold, -dk->slope);
265 full_range_makeup_gain = powf(full_range_makeup_gain, 0.6f);
400 envelope_rate = 1 - powf(x, 1 / attack_frames);
    [all...]
  /bionic/libc/include/
math.h 200 float powf(float __x, float __y);
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 720 #define __ieee754_powf powf
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c     [all...]
  /frameworks/wilhelm/src/itf/
IOutputMixExt.cpp 444 float playerGain = powf(10.0f, level / 2000.0f);
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdssRot.cpp 391 downscale = (uint32_t) powf(2.0f, floorf(log2f((float)downscale)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 766 /* Define to 1 if you have the `powf' function. */
1578 # define powf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 766 /* Define to 1 if you have the `powf' function. */
1578 # define powf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 766 /* Define to 1 if you have the `powf' function. */
1578 # define powf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 766 /* Define to 1 if you have the `powf' function. */
1578 # define powf macro
    [all...]
  /external/mesa3d/src/mesa/main/
rastpos.c 175 GLfloat spot = powf(PV_dot_dir, light->SpotExponent);
226 spec_coef = powf(n_dot_h, shine);
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 712 #define __ieee754_powf powf
  /device/google/contexthub/util/common/
JSONObject.cpp 332 x += (float)fraction * powf(10.0f, exponent - (int32_t)numFracDigits);
  /external/skia/src/core/
SkColorSpace.cpp 582 inv.fA = powf(1.f / fA, fG);
SkICC.cpp 49 tablePtr[i] = clamp_0_1(powf(fn.fA * x + fn.fB, fn.fG) + fn.fE);
  /external/skqp/src/core/
SkColorSpace.cpp 582 inv.fA = powf(1.f / fA, fG);
SkICC.cpp 49 tablePtr[i] = clamp_0_1(powf(fn.fA * x + fn.fB, fn.fG) + fn.fE);
  /frameworks/native/libs/ui/
ColorSpace.cpp 54 return powf(x < 0.0f ? 0.0f : x, e);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 88 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2);
  /external/mesa3d/src/mesa/program/
prog_execute.c 726 result[2] = powf(a[1], a[3]);
921 = powf(a[0], b[0]);
    [all...]
  /external/valgrind/none/tests/amd64/
gen_insn_test.pl 166 /* return f1 == f2 || fabsf(f1 - f2) < fabsf(f1) * 1.5 * powf(2,-12); */
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 216 TLI.setUnavailable(LibFunc::powf);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 421 dst->f[0] = powf(2.0f, src->f[0]);
422 dst->f[1] = powf(2.0f, src->f[1]);
423 dst->f[2] = powf(2.0f, src->f[2]);
424 dst->f[3] = powf(2.0f, src->f[3]);
    [all...]

Completed in 784 milliseconds

1 2 34 5 6 7