Home
last modified time | relevance | path

Searched defs:neq (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/semver/functions/
Dneq.js2 const neq = (a, b, loose) => compare(a, b, loose) !== 0 function
Dcmp.js2 const neq = require('./neq') constant
/third_party/node/deps/npm/node_modules/semver/
Dindex.js24 const neq = require('./functions/neq') constant
62 neq, property
/third_party/skia/src/core/
DSkVM.h813 I32 neq(F32 x, float y) { return neq(x, splat(y)); } in abs() function
814 I32 neq(float x, F32 y) { return neq(splat(x), y); } in abs() function
854 I32 neq(I32 x, int y) { return neq(x, splat(y)); } in abs() function
855 I32 neq(int x, I32 y) { return neq(splat(x), y); } in abs() function
DSkVM.cpp1026 I32 Builder::neq(F32 x, F32 y) { in neq() function in skvm::Builder
1052 I32 Builder::neq(I32 x, I32 y) { in neq() function in skvm::Builder