/third_party/node/deps/npm/node_modules/cidr-regex/ |
H A D | index.js | |
/third_party/ffmpeg/libavutil/tests/ |
H A D | rational.c | 106 int exact = start + av_rescale_q(i+1, b, a); in main() local
|
/third_party/skia/tools/fm/fm_bot/ |
H A D | fm_bot.go | 35 var exact = flag.Bool("exact", false, "Match GM names only exactly.") var
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_pixelformat.c | 281 BOOL exact; member
|
/third_party/skia/tests/ |
H A D | GrQuadCropTest.cpp | 33 bool exact = GrQuadUtils::CropToRect(clipRect, clipAA, &quad, /* calc. locals */ !!localMatrix); in run_crop_axis_aligned_test() local 119 bool exact = GrQuadUtils::CropToRect(kDrawRect, clipAA, &quad); in run_crop_fully_covered_test() local 141 bool exact = GrQuadUtils::CropToRect(kDrawRect, clipAA, &quad, /* calc. local */ false); in run_crop_fully_covered_test() local [all...] |
H A D | RectTest.cpp | 226 bool exact = SkRectPriv::Subtract(e.fA, e.fB, &difference); in DEF_TEST() local 260 bool exact = SkRectPriv::Subtract(reallyBig, reasonable, &difference); in DEF_TEST() local [all...] |
H A D | SkNxTest.cpp | 165 int exact = a+b; in DEF_TEST() local 191 int exact = (a*b+127)/255; in DEF_TEST() local [all...] |
H A D | MathTest.cpp | 261 float exact = 1.0f/sk_float_sqrt(input); in test_rsqrt() local 271 float exact = 1.0f/sk_float_sqrt(input); in test_rsqrt() local 281 float exact = 1.0f/sk_float_sqrt(input); in test_rsqrt() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_framerate.c | 379 int exact; in config_output() local
|
H A D | vf_crop.c | 85 int exact; ///< exact cropping, for subsampled formats member
|
/third_party/backends/lib/ |
H A D | getopt.c | 652 int exact = 0; global() local 943 int exact = 0; global() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_search.h | 143 bool exact : 1; member
|
H A D | nir_builtin_builder.c | 235 const bool exact = b->exact; in nir_atan() local
|
H A D | nir_builder.h | 41 bool exact; member
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_opcodes.py | 232 exact = 0x42 | (0x0 if is_float else 0x10) | (cf_op << 9) variable
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | valhall.h | 88 uint64_t exact; member
|
/third_party/node/deps/openssl/openssl/crypto/stack/ |
H A D | stack.c | 173 static int sk_reserve(OPENSSL_STACK *st, int n, int exact) in sk_reserve() argument
|
/third_party/openssl/crypto/stack/ |
H A D | stack.c | 173 static int sk_reserve(OPENSSL_STACK *st, int n, int exact) in sk_reserve() argument
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_glsl450.c | 401 const bool exact = nb->exact; in handle_glsl450_alu() local 210 vtn_nir_alu_op_for_spirv_glsl_opcode(struct vtn_builder *b, enum GLSLstd450 opcode, unsigned execution_mode, bool *exact) vtn_nir_alu_op_for_spirv_glsl_opcode() argument 541 const bool exact = nb->exact; handle_glsl450_alu() local 622 bool exact; handle_glsl450_alu() local [all...] |
H A D | vtn_alu.c | 303 vtn_nir_alu_op_for_spirv_opcode(struct vtn_builder *b, SpvOp opcode, bool *swap, bool *exact, unsigned src_bit_size, unsigned dst_bit_size) vtn_nir_alu_op_for_spirv_opcode() argument 886 bool exact; vtn_handle_alu() local 946 bool exact; vtn_handle_alu() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationDepthBiasControlTests.cpp | 55 VkDepthBiasRepresentationInfoEXT makeDepthBiasRepresentationInfo (const VkDepthBiasRepresentationEXT repr, const bool exact) in makeDepthBiasRepresentationInfo() argument 118 MinResolvDiff calcMinResolvableDiff (const tcu::TextureFormat& format, const VkDepthBiasRepresentationEXT repr, bool exact, float sampleDepth) in calcMinResolvableDiff() argument
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.cpp | 165 SkIRect subtract(const SkIRect& a, const SkIRect& b, bool exact) { in subtract() argument
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
H A D | demux.c | 587 static int CheckFrameBounds(const Frame* const frame, int exact, in CheckFrameBounds() argument
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | encode.h | 143 int exact; // if non-zero, preserve the exact RGB values under member
|
/third_party/toybox/lib/ |
H A D | xwrap.c | 529 char *xabspath(char *path, int exact) in xabspath() argument
|