Searched defs:half (Results 1 – 12 of 12) sorted by relevance
22 static half gStart = 12.0f; variable23 static half gIncr = 0.125; variable28 static half ElementAt_half(int x, int y, int z) { constant
31 static half gaussian[MAX_RADIUS * 2 + 1]; constant
57 final float half = mBitmap1.getHeight() / 2.0f; in BitmapsView() local
34 sp<const Element> half = Element::F16(rs); in main() local
85 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function97 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
57 auto const half = halfway_down * kStride; in TEST_F() local
66 frame_t half[HALF_FRAMES]; variable
866 size_t half = mFrameCount / 2; in releaseBuffer() local
15 static void my_half_comb(half *accum, const half *other) { } constant
31 static void my_half_comb(half *accum, const half *other) { } constant32 static void my_half_out(int *out, const half *accum) { } constant
34 typedef __fp16 half; typedef
55 typedef __fp16 half; typedef