Home
last modified time | relevance | path

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

12345

/third_party/vk-gl-cts/external/amber/src/src/
H A Dfloat16_helper_test.cc27 uint16_t half = float16::FloatToHexFloat16(a); in TEST_F() local
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_convolution.asm24 half: dd 0.5 define
/third_party/jerryscript/jerry-libm/
H A Dcosh.c53 #define half 0.5 macro
112 #undef half macro
H A Dsinh.c49 #define half 0.5 macro
114 #undef half macro
/third_party/ffmpeg/libavcodec/
H A Dpnm.h34 int half; member
H A Dwmv2dsp.c196 uint8_t half[64]; in put_mspel8_mc10_c() local
209 uint8_t half[64]; in put_mspel8_mc30_c() local
/third_party/ffmpeg/libavfilter/
H A Dmaskedmerge.h33 int half, depth, max; member
/third_party/FreeBSD/lib/msun/ld128/
H A Dk_sinl.c22 half = 0.5; variable
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_load_barycentric_at_sample.c59 nir_ssa_def *half = nir_imm_float(b, 0.5); in lower_load_sample_pos() local
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_print_constant.c33 mir_print_constant_component(FILE *fp, const midgard_constants *consts, unsigned c, midgard_reg_mode reg_mode, bool half, unsigned mod, midgard_alu_op op) mir_print_constant_component() argument
H A Dmidgard_print.c124 bool half = (sz == (base_size >> 1)); in mir_print_embedded_constant() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DHalf.cpp19 half::half(float fp32) in half() function in sw::half
H A DHalf.hpp20 class half class
[all...]
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DHalf.cpp19 half::half(float fp32) in half() function in sw::half
/third_party/skia/docs/examples/
H A Dpong.cpp8 double half = period / 2.0; in REG_FIDDLE_ANIMATED() local
H A Dpong2.cpp8 double half = period / 2.0; in REG_FIDDLE_ANIMATED() local
H A Dradial_gradient_test.cpp7 SkScalar half = SIZE * 0.5f; in REG_FIDDLE() local
/third_party/openssl/test/
H A Dsiphash_internal_test.c222 size_t half = inlen / 2; in test_siphash() local
[all...]
H A Dpoly1305_internal_test.c1542 size_t half = inlen / 2; in test_poly1305() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dsampler.hpp77 float half = 0.5f / size; in wrap() local
/third_party/skia/tools/timer/
H A DTimeUtils.h43 double half = period / 2.0; in PingPong() local
/third_party/skia/experimental/lowp-basic/
H A Dlerp-study.cpp42 const int16_t half = 1 << (logPixelScale - 1); in saturating_lerp() local
53 const int16_t half = 1 << (logPixelScale - 1); in ssse3_lerp() local
73 const int16_t half = 1 << logPixelScale; in balanced_lerp() local
H A Dbilerp-study.cpp71 const int16_t half = 1 << logPixelScale; in bilerp_1() local
/third_party/vk-gl-cts/framework/common/
H A DtcuBilinearImageCompare.cpp78 const deUint32 half = 1u<<(NUM_SUBPIXEL_BITS*2 - 1); in interpolateChannel() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dfttrigon.c399 FT_Int32 half = (FT_Int32)1L << ( shift - 1 ); in FT_Vector_Rotate() local

Completed in 10 milliseconds

12345