OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ddx
(Results
1 - 4
of
4
) sorted by null
/external/skia/bench/
InterpBench.cpp
151
double
ddx
= dx;
variable
154
tmp = SkDoubleToFixed(ffx); dst[i + 0] = TILE(tmp, count); ffx +=
ddx
;
155
tmp = SkDoubleToFixed(ffx); dst[i + 1] = TILE(tmp, count); ffx +=
ddx
;
156
tmp = SkDoubleToFixed(ffx); dst[i + 2] = TILE(tmp, count); ffx +=
ddx
;
157
tmp = SkDoubleToFixed(ffx); dst[i + 3] = TILE(tmp, count); ffx +=
ddx
;
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c
365
LLVMValueRef
ddx
;
local
379
ddx
= lp_build_emit_fetch( &bld->bld_base, inst, 1 , LP_CHAN_ALL);
384
ddx
= lp_build_ddx( &bld->bld_base.base, coords );
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java
708
double
ddx
= 0.0;
local
713
// cos(deg) is ddy component, sin(deg) is
ddx
component
733
ddx
= Math.sin(radians) * accel;
741
mDX +=
ddx
;
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c
1537
struct src_register
ddx
;
local
[
all
...]
Completed in 108 milliseconds