Home
last modified time | relevance | path

Searched refs:hf (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/frag/
Dfp16.desktop.invalid.frag26 float16_t a = 1.0hf;
27 float16_t b = 1.5hf;
28 float16_t c = -1.5hf; // Negatives
29 float16_t d = (0.0hf / 0.0hf); // NaN
30 float16_t e = (1.0hf / 0.0hf); // +Inf
31 float16_t f = (-1.0hf / 0.0hf); // -Inf
32 float16_t g = 1014.0hf; // Large.
33 float16_t h = 0.000001hf; // Denormal
38 return 1.0hf;
139 //res = interpolateAtOffset(v4, f16vec2(0.1hf));
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/frag/
Dfp16.invalid.desktop.frag26 float16_t a = 1.0hf;
27 float16_t b = 1.5hf;
28 float16_t c = -1.5hf; // Negatives
29 float16_t d = (0.0hf / 0.0hf); // NaN
30 float16_t e = (1.0hf / 0.0hf); // +Inf
31 float16_t f = (-1.0hf / 0.0hf); // -Inf
32 float16_t g = 1014.0hf; // Large.
33 float16_t h = 0.000001hf; // Denormal
38 return 1.0hf;
139 //res = interpolateAtOffset(v4, f16vec2(0.1hf));
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/frag/
Dfp16.invalid.desktop.frag29 float16_t a = 1.0hf;
30 float16_t b = 1.5hf;
31 float16_t c = -1.5hf; // Negatives
32 float16_t d = (0.0hf / 0.0hf); // NaN
33 float16_t e = (1.0hf / 0.0hf); // +Inf
34 float16_t f = (-1.0hf / 0.0hf); // -Inf
35 float16_t g = 1014.0hf; // Large.
36 float16_t h = 0.000001hf; // Denormal
41 return 1.0hf;
142 //res = interpolateAtOffset(v4, f16vec2(0.1hf));
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcMisc.cpp51 GLhalf hf; in floatToHalfFloat() local
70 hf = (((GLhalf)sign) << 15) | (GLhalf)(HALF_FLOAT_MAX_BIASED_EXP) | (GLhalf)(mantissa >> 13); in floatToHalfFloat()
84 hf = (((GLhalf)sign) << 15) | (GLhalf)(mantissa); in floatToHalfFloat()
88 hf = (((GLhalf)sign) << 15) | (GLhalf)((exp - HALF_FLOAT_MIN_BIASED_EXP_AS_SINGLE_FP_EXP) >> 13) | in floatToHalfFloat()
92 return hf; in floatToHalfFloat()
257 float halfFloatToFloat(GLhalf hf) in halfFloatToFloat() argument
259 unsigned int sign = (unsigned int)(hf >> 15); in halfFloatToFloat()
260 unsigned int mantissa = (unsigned int)(hf & ((1 << 10) - 1)); in halfFloatToFloat()
261 unsigned int exp = (unsigned int)(hf & HALF_FLOAT_MAX_BIASED_EXP); in halfFloatToFloat()
/third_party/icu/icu4c/source/data/unit/
Dku.txt142 one{"{0}hf"}
143 other{"{0}hf"}
233 dnam{"hf"}
234 one{"{0} hf"}
235 other{"{0} hf"}
236 per{"{0}/hf"}
/third_party/skia/third_party/externals/icu/source/data/unit/
Dku.txt142 one{"{0}hf"}
143 other{"{0}hf"}
233 dnam{"hf"}
234 one{"{0} hf"}
235 other{"{0} hf"}
236 per{"{0}/hf"}
/third_party/ffmpeg/libavcodec/
Dg723_1enc.c543 static void comp_harmonic_coeff(int16_t *buf, int16_t pitch_lag, HFParam *hf) in comp_harmonic_coeff() argument
571 hf->index = -1; in comp_harmonic_coeff()
572 hf->gain = 0; in comp_harmonic_coeff()
588 hf->index = i; in comp_harmonic_coeff()
592 if (hf->index == -1) { in comp_harmonic_coeff()
593 hf->index = pitch_lag; in comp_harmonic_coeff()
599 ccr = energy[(hf->index << 1) + 1] * energy[(hf->index << 1) + 1]; in comp_harmonic_coeff()
601 eng = energy[(hf->index << 1) + 1]; in comp_harmonic_coeff()
604 hf->gain = 0x2800; in comp_harmonic_coeff()
606 hf->gain = ((eng << 15) / max_eng * 0x2800 + (1 << 14)) >> 15; in comp_harmonic_coeff()
[all …]
Damrnbdec.c880 float *hf = impulse_buffer + LP_FILTER_ORDER; // start of impulse response in tilt_factor() local
882 hf[0] = 1.0; in tilt_factor()
883 memcpy(hf + 1, lpc_n, sizeof(float) * LP_FILTER_ORDER); in tilt_factor()
884 p->celpf_ctx.celp_lp_synthesis_filterf(hf, lpc_d, hf, in tilt_factor()
888 rh0 = p->celpm_ctx.dot_productf(hf, hf, AMR_TILT_RESPONSE); in tilt_factor()
889 rh1 = p->celpm_ctx.dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1); in tilt_factor()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
Diowin32.c51 HANDLE hf; member
89 w32fiow.hf = hFile; in win32_build_iowin()
208 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
230 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
271 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
294 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
321 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
359 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
398 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/third_party/zlib/contrib/minizip/
Diowin32.c51 HANDLE hf; member
89 w32fiow.hf = hFile; in win32_build_iowin()
208 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
230 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
271 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
294 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
321 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
359 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
398 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Diowin32.c51 HANDLE hf; member
89 w32fiow.hf = hFile; in win32_build_iowin()
208 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
230 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
271 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
294 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
321 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
359 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
398 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/third_party/glslang/Test/
Dspv.float16Fetch.frag95 f16vec4 texel = f16vec4(0.0hf);
133 f16vec4 texel = f16vec4(0.0hf);
161 f16vec4 texel = f16vec4(0.0hf);
189 f16vec4 texel = f16vec4(0.0hf);
219 f16vec4 texel = f16vec4(0.0hf);
247 f16vec4 texel = f16vec4(0.0hf);
271 f16vec4 texel = f16vec4(0.0hf);
293 f16vec4 texel = f16vec4(0.0hf);
310 f16vec4 texel = f16vec4(0.0hf);
324 f16vec4 texel = f16vec4(0.0hf);
[all …]
Dspv.specConstant.float16.comp4 layout(constant_id = 1) const float16_t sc0 = 9.5hf;
5 layout(constant_id = 2) const float16_t sc1 = -14.25hf;
/third_party/node/deps/v8/
DLOONG_OWNERS2 yuyin-hf@loongson.cn
3 zhaojiazhong-hf@loongson.cn
/third_party/skia/resources/sksl/runtime/
DPrecisionQualifiers.rts46 highp float hf[1]; hf[0] = 1;
50 return mf[0] == hf[0] && hv[0] == mv[0] && mv[1] == hv[1];
/third_party/skia/tests/sksl/runtime/
DPrecisionQualifiers.stage48 float hf[1];
49 hf[0] = 1.0;
56 return (float(mf[0]) == hf[0] && hv[0] == float2(mv[0])) && float2(mv[1]) == hv[1];
/third_party/ffmpeg/libavfilter/
Dvf_v360.c4154 float hf, wf; in config_output() local
4288 hf = h; in config_output()
4294 hf = h; in config_output()
4300 hf = h / 3.f; in config_output()
4306 hf = h * 2.f; in config_output()
4312 hf = h / 9.f * 8.f; in config_output()
4318 hf = h; in config_output()
4327 hf = h; in config_output()
4333 hf = h; in config_output()
4339 hf = h / 2.f; in config_output()
[all …]
/third_party/skia/third_party/externals/zlib/google/
Dzip_internal.cc34 HANDLE hf; member
70 file_ret.hf = file; in ZipOpenFunc()
129 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
131 if (file_ret.hf == INVALID_HANDLE_VALUE) in HandleOpenFileFunc()
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_internal.cc38 HANDLE hf; member
75 file_ret.hf = file; in ZipOpenFunc()
134 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
136 if (file_ret.hf == INVALID_HANDLE_VALUE) in HandleOpenFileFunc()
/third_party/node/deps/zlib/google/
Dzip_internal.cc38 HANDLE hf; member
75 file_ret.hf = file; in ZipOpenFunc()
134 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
136 if (file_ret.hf == INVALID_HANDLE_VALUE) in HandleOpenFileFunc()
/third_party/pulseaudio/src/modules/bluetooth/
Dbackend-ofono.c497 static void hf_audio_agent_get_cards(pa_bluetooth_backend *hf) { in hf_audio_agent_get_cards() argument
500 pa_assert(hf); in hf_audio_agent_get_cards()
503 hf_dbus_send_and_add_to_pending(hf, m, hf_audio_agent_get_cards_reply, NULL); in hf_audio_agent_get_cards()
544 static void hf_audio_agent_register(pa_bluetooth_backend *hf) { in hf_audio_agent_register() argument
551 pa_assert(hf); in hf_audio_agent_register()
556 if (pa_bluetooth_discovery_get_enable_msbc(hf->discovery)) in hf_audio_agent_register()
562 hf_dbus_send_and_add_to_pending(hf, m, hf_audio_agent_register_reply, NULL); in hf_audio_agent_register()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_combine_constants.cpp325 representable_as_hf(float f, uint16_t *hf) in representable_as_hf() argument
332 *hf = h; in representable_as_hf()
393 uint16_t hf; in can_promote_src_as_imm() local
394 if (representable_as_hf(inst->src[src_idx].f, &hf)) { in can_promote_src_as_imm()
395 inst->src[src_idx] = retype(brw_imm_uw(hf), BRW_REGISTER_TYPE_HF); in can_promote_src_as_imm()
/third_party/icu/icu4c/source/data/locales/
Dtr.txt2246 dn{"hf."}
2248 "-1"{"geçen hf."}
2249 "0"{"bu hf."}
2250 "1"{"gelecek hf."}
2255 one{"{0} hf. sonra"}
2256 other{"{0} hf. sonra"}
2259 one{"{0} hf. önce"}
2260 other{"{0} hf. önce"}
2265 dn{"hf."}
2267 "-1"{"geçen hf."}
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Dtr.txt2209 dn{"hf."}
2211 "-1"{"geçen hf."}
2212 "0"{"bu hf."}
2213 "1"{"gelecek hf."}
2218 one{"{0} hf. sonra"}
2219 other{"{0} hf. sonra"}
2222 one{"{0} hf. önce"}
2223 other{"{0} hf. önce"}
2228 dn{"hf."}
2230 "-1"{"geçen hf."}
[all …]
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c662 v3d->blend_color.hf[2] : in v3dX()
663 v3d->blend_color.hf[0]); in v3dX()
664 color.green_f16 = v3d->blend_color.hf[1]; in v3dX()
666 v3d->blend_color.hf[0] : in v3dX()
667 v3d->blend_color.hf[2]); in v3dX()
668 color.alpha_f16 = v3d->blend_color.hf[3]; in v3dX()

1234