Home
last modified time | relevance | path

Searched refs:NX (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/src/math/
H A D__rem_pio2l.c31 #define NX 3 macro
58 #define NX 5 macro
75 double tx[NX],ty[NY]; in __rem_pio2l()
131 for (i=0; i < NX - 1; i++) { in __rem_pio2l()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__rem_pio2l.c31 #define NX 3 macro
58 #define NX 5 macro
75 double tx[NX],ty[NY]; in __rem_pio2l()
131 for (i=0; i < NX - 1; i++) { in __rem_pio2l()
/third_party/skia/bench/
H A DAlternatingColorPatternBench.cpp80 NX = 5, enumerator
82 NUM_DRAWS = NX * NY,
121 for (int i = 0; i < NX; ++i) {
/third_party/typescript/tests/baselines/reference/
H A DinterfaceExtendsObjectIntersectionErrors.js25 declare namespace NX { export const a = "hello" }
29 type TNX = typeof NX;
H A DinterfaceExtendsObjectIntersection.js32 declare namespace NX { export const a = 1 }
37 type T13 = typeof NX;
/third_party/mesa3d/src/freedreno/decode/scripts/
H A Dparse-submits.lua403 nbins = r.VSC_BIN_COUNT.NX * r.VSC_BIN_COUNT.NY
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5953 SDValue NX = DAG.getNode(ISD::SUB, dl, VT, getZeroVector(VT, DAG, dl), X); in LowerCTTZ() local
5954 SDValue LSB = DAG.getNode(ISD::AND, dl, VT, X, NX); in LowerCTTZ()

Completed in 29 milliseconds