Home
last modified time | relevance | path

Searched refs:dp0 (Results 1 - 25 of 73) sorted by relevance

123

/third_party/libsnd/src/GSM610/
H A Dcode.c49 int16_t *dp = State->dp0 + 120 ; /* [-120...-1] */ in Gsm_Coder()
84 memcpy ((char *) State->dp0, (char *) (State->dp0 + 160), in Gsm_Coder()
85 120 * sizeof (*State->dp0)) ; in Gsm_Coder()
H A Ddecode.c46 int16_t *drp = S->dp0 + 120 ; in Gsm_Decoder()
/third_party/node/tools/msvs/
H A Dnodevars.bat4 set "PATH=%APPDATA%\npm;%~dp0;%PATH%"
7 pushd "%~dp0"
24 if "%CD%\"=="%~dp0" cd /d "%HOMEDRIVE%%HOMEPATH%"
/third_party/icu/icu4c/source/allinone/
H A Dicucheck.bat25 set ICU_ICUDIR="%~dp0"\..\..
28 set ICU_BINDIR=%~dp0\..\..\bin64
30 set ICU_BINDIR=%~dp0\..\..\binARM64
32 set ICU_BINDIR=%~dp0\..\..\binARM
34 set ICU_BINDIR=%~dp0\..\..\bin
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_clip_line.c72 c->reg.dp0 = brw_vec1_grf(i, 0); /* fixme - dp4 will clobber r.1,2,3 */ in brw_clip_line_alloc_regs()
102 * GLfloat dp0 = DOTPROD( vtx0, plane[p] );
106 * GLfloat t = dp1 / (dp1 - dp0);
109 * GLfloat t = dp0 / (dp0 - dp1);
183 brw_MOV(p, c->reg.dp0, deref_1f(temp_ptr, 0)); in clip_and_emit_line()
195 brw_DP4(p, vec4(c->reg.dp0), deref_4f(vtx0, hpos_offset), c->reg.plane_equation); in clip_and_emit_line()
209 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
217 brw_ADD(p, c->reg.t, c->reg.dp1, negate(c->reg.dp0)); in clip_and_emit_line()
235 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_L, c->reg.dp0, brw_imm_ in clip_and_emit_line()
[all...]
/third_party/node/deps/v8/tools/mb/
H A Dmb.bat4 PATH=%~dp0;%PATH%
/third_party/python/Lib/idlelib/
H A Didle.bat3 set CURRDIR=%~dp0
/third_party/protobuf/kokoro/release/csharp/windows/
H A Dbuild_nuget.bat2 cd /d %~dp0\..\..\..\..
/third_party/protobuf/kokoro/windows/csharp/
H A Dbuild.bat2 cd /d %~dp0\..\..\..
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c597 const float dp0 = getclipdist(clipper, v0, plane_idx); in do_clip_line() local
600 if (util_is_inf_or_nan(dp0) || util_is_inf_or_nan(dp1)) in do_clip_line()
604 float t = dp1 / (dp1 - dp0); in do_clip_line()
608 if (dp0 < 0.0F) { in do_clip_line()
609 float t = dp0 / (dp0 - dp1); in do_clip_line()
/third_party/python/Tools/buildbot/
H A Dclean.bat5 set root=%~dp0..\..
/third_party/libcoap/scripts/
H A Dmsbuild.sln.cmd2 pushd "%~dp0"
/third_party/skia/experimental/xps_to_png/
H A Dcompile_xps_to_png.bat14 "%~dp0%xps_to_png.cs"
/third_party/astc-encoder/Test/
H A Dmake.bat3 pushd %~dp0
/third_party/vk-gl-cts/external/amber/src/kokoro/windows-msvc-2017-debug/
H A Dbuild.bat18 set SCRIPT_DIR=%~dp0
/third_party/vk-gl-cts/external/amber/src/kokoro/windows-msvc-2017-release/
H A Dbuild.bat18 set SCRIPT_DIR=%~dp0
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2013-release/
H A Dbuild.bat20 set SCRIPT_DIR=%~dp0
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2015-release/
H A Dbuild.bat20 set SCRIPT_DIR=%~dp0
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2017-debug/
H A Dbuild.bat20 set SCRIPT_DIR=%~dp0
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2017-release/
H A Dbuild.bat20 set SCRIPT_DIR=%~dp0
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2013-release/
H A Dbuild.bat20 set SCRIPT_DIR=%~dp0
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release/
H A Dbuild.bat20 set SCRIPT_DIR=%~dp0
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2017-debug/
H A Dbuild.bat20 set SCRIPT_DIR=%~dp0
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2017-release/
H A Dbuild.bat20 set SCRIPT_DIR=%~dp0
/third_party/skia/third_party/externals/swiftshader/tools/cmake_generate_graphviz/
H A Dcmake_generate_graphviz.bat3 pushd %~dp0

Completed in 6 milliseconds

123