Home
last modified time | relevance | path

Searched defs:NX (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/math/
D__rem_pio2l.c31 #define NX 3 macro
58 #define NX 5 macro
/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2l.c31 #define NX 3 macro
58 #define NX 5 macro
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersectionErrors.ts26 declare namespace NX { export const a = "hello" } namespace
DinterfaceExtendsObjectIntersection.ts33 declare namespace NX { export const a = 1 } namespace
/third_party/skia/bench/
DAlternatingColorPatternBench.cpp80 NX = 5, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp5953 SDValue NX = DAG.getNode(ISD::SUB, dl, VT, getZeroVector(VT, DAG, dl), X); in LowerCTTZ() local