Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/native/libs/math/include/math/
H A Dhalf.h86 CONSTEXPR half() noexcept { } in half() function
87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_cosh.c43 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
H A De_coshf.c22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
H A Dk_sin.c51 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
H A De_lgammaf_r.c27 half= 0.5, variable
H A Ds_erff.c26 half= 0.5, variable
H A De_powf.c27 half = 0.5, variable
H A De_pow.c69 half = 0.5, variable
H A Ds_erf.c118 half= 0.5, variable
H A De_lgamma_r.c92 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
/aosp12/system/media/audio_utils/tests/
H A Dpowerlog_tests.cpp43 const int16_t half = 0x4000; in TEST() local
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsRectActivity.java57 final float half = mBitmap1.getHeight() / 2.0f; in BitmapsView() local
/aosp12/frameworks/rs/tests/cpp_api/cppf16/
H A Dcompute.cpp34 sp<const Element> half = Element::F16(rs); in main() local
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_sinl.c24 half = 0.5; variable
H A De_lgammal_r.c30 half= 0.5, variable
H A Ds_erfl.c31 half= 0.5, variable
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
H A DProcStatsValidationTests.java106 final long half = duration >> 1; in toggleScreenAndSleep() local
/aosp12/art/test/580-fp16/src-art/
H A DMain.java23 public static int TestFP16ToFloatRawIntBits(short half) { in TestFP16ToFloatRawIntBits()
/aosp12/system/media/audio_utils/
H A Dfixedfft.cpp97 static inline int32_t half(int32_t a) in half() function
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRegionSamplingTest.cpp61 auto const half = halfway_down * kStride; in TEST_F() local
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c66 frame_t half[HALF_FRAMES]; variable
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTimeBar.java161 int half = mScrubber.getWidth() / 2; in clampScrubber() local
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp904 size_t half = mFrameCount / 2; in releaseBuffer() local
/aosp12/art/compiler/optimizing/
H A Dintrinsics_arm64.cc3643 VRegister half = scratch_scope.AcquireH(); in VisitFP16ToFloat() local
3665 VRegister half = scratch_scope.AcquireH(); in VisitFP16ToHalf() local
3681 VRegister half = scratch_scope.AcquireH(); in GenerateFP16Round() local
/aosp12/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp55 typedef __fp16 half; typedef