/third_party/skia/src/core/ |
D | SkGlyph.cpp | 292 const SkGlyph::Intercept* intercept,SkScalar* array, int* count) { in ensureIntercepts() argument 296 *array++ = intercept->fInterval[index] * scale + xPos; in ensureIntercepts() 307 const SkGlyph::Intercept* intercept = fPathData->fIntercept; in ensureIntercepts() local 308 while (intercept) { in ensureIntercepts() 309 if (bounds[0] == intercept->fBounds[0] && bounds[1] == intercept->fBounds[1]) { in ensureIntercepts() 310 return intercept; in ensureIntercepts() 312 intercept = intercept->fNext; in ensureIntercepts() 324 SkGlyph::Intercept* intercept = alloc->make<SkGlyph::Intercept>(); in ensureIntercepts() local 325 intercept->fNext = fPathData->fIntercept; in ensureIntercepts() 326 intercept->fBounds[0] = bounds[0]; in ensureIntercepts() [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkGlyph.cpp | 299 const SkGlyph::Intercept* intercept,SkScalar* array, int* count) { in ensureIntercepts() argument 303 *array++ = intercept->fInterval[index] * scale + xPos; in ensureIntercepts() 314 const SkGlyph::Intercept* intercept = fPathData->fIntercept; in ensureIntercepts() local 315 while (intercept) { in ensureIntercepts() 316 if (bounds[0] == intercept->fBounds[0] && bounds[1] == intercept->fBounds[1]) { in ensureIntercepts() 317 return intercept; in ensureIntercepts() 319 intercept = intercept->fNext; in ensureIntercepts() 331 SkGlyph::Intercept* intercept = alloc->make<SkGlyph::Intercept>(); in ensureIntercepts() local 332 intercept->fNext = fPathData->fIntercept; in ensureIntercepts() 333 intercept->fBounds[0] = bounds[0]; in ensureIntercepts() [all …]
|
/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | svm_functions.h | 88 float32_t intercept; /**< Intercept */ member 102 float32_t intercept; /**< Intercept */ member 118 float32_t intercept; /**< Intercept */ member 132 float32_t intercept; /**< Intercept */ member 157 float32_t intercept, 196 float32_t intercept, 235 float32_t intercept, 272 float32_t intercept,
|
D | svm_functions_f16.h | 87 float16_t intercept; /**< Intercept */ member 101 float16_t intercept; /**< Intercept */ member 117 float16_t intercept; /**< Intercept */ member 131 float16_t intercept; /**< Intercept */ member 156 float16_t intercept, 195 float16_t intercept, 234 float16_t intercept, 271 float16_t intercept,
|
/third_party/grpc/src/php/tests/unit_tests/ |
D | InterceptorTest.php | 241 … $intercept_channel = Grpc\Interceptor::intercept($this->channel, $channel_matadata_interceptor); 269 … $intercept_channel1 = Grpc\Interceptor::intercept($this->channel, $channel_matadata_interceptor); 270 …$intercept_channel2 = Grpc\Interceptor::intercept($intercept_channel1, $channel_matadata_intercept… 295 $intercept_channel3 = Grpc\Interceptor::intercept($this->channel, 325 $intercept_channel = Grpc\Interceptor::intercept($this->channel, 376 $intercept_channel = Grpc\Interceptor::intercept($this->channel, 405 $interceptor_channel = Grpc\Interceptor::intercept($channel, new Grpc\Interceptor()); 420 $interceptor_channel = Grpc\Interceptor::intercept($channel, new Grpc\Interceptor()); 439 $interceptor_channel = Grpc\Interceptor::intercept($channel, new Grpc\Interceptor()); 453 $interceptor_channel = Grpc\Interceptor::intercept($channel, new Grpc\Interceptor());
|
/third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/ |
D | arm_svm_linear_init_f32.c | 75 float32_t intercept, in arm_svm_linear_init_f32() argument 82 S->intercept = intercept; in arm_svm_linear_init_f32()
|
D | arm_svm_linear_init_f16.c | 78 float16_t intercept, in arm_svm_linear_init_f16() argument 85 S->intercept = intercept; in arm_svm_linear_init_f16()
|
D | arm_svm_rbf_init_f32.c | 71 float32_t intercept, in arm_svm_rbf_init_f32() argument 80 S->intercept = intercept; in arm_svm_rbf_init_f32()
|
D | arm_svm_rbf_init_f16.c | 74 float16_t intercept, in arm_svm_rbf_init_f16() argument 83 S->intercept = intercept; in arm_svm_rbf_init_f16()
|
D | arm_svm_sigmoid_init_f32.c | 71 float32_t intercept, in arm_svm_sigmoid_init_f32() argument 81 S->intercept = intercept; in arm_svm_sigmoid_init_f32()
|
D | arm_svm_sigmoid_init_f16.c | 74 float16_t intercept, in arm_svm_sigmoid_init_f16() argument 84 S->intercept = intercept; in arm_svm_sigmoid_init_f16()
|
D | arm_svm_polynomial_init_f32.c | 73 float32_t intercept, in arm_svm_polynomial_init_f32() argument 84 S->intercept = intercept; in arm_svm_polynomial_init_f32()
|
D | arm_svm_polynomial_init_f16.c | 76 float16_t intercept, in arm_svm_polynomial_init_f16() argument 87 S->intercept = intercept; in arm_svm_polynomial_init_f16()
|
D | arm_svm_linear_predict_f32.c | 67 float32_t sum = S->intercept; in arm_svm_linear_predict_f32() 291 float32_t sum = S->intercept; in arm_svm_linear_predict_f32() 440 float32_t sum=S->intercept; in arm_svm_linear_predict_f32()
|
D | arm_svm_linear_predict_f16.c | 70 _Float16 sum = S->intercept; in arm_svm_linear_predict_f16() 291 _Float16 sum=S->intercept; in arm_svm_linear_predict_f16()
|
D | arm_svm_sigmoid_predict_f32.c | 69 float32_t sum = S->intercept; in arm_svm_sigmoid_predict_f32() 309 float32_t sum = S->intercept; in arm_svm_sigmoid_predict_f32() 465 float32_t sum=S->intercept; in arm_svm_sigmoid_predict_f32()
|
D | arm_svm_polynomial_predict_f32.c | 72 float32_t sum = S->intercept; in arm_svm_polynomial_predict_f32() 311 float32_t sum = S->intercept; in arm_svm_polynomial_predict_f32() 467 float32_t sum=S->intercept; in arm_svm_polynomial_predict_f32()
|
D | arm_svm_sigmoid_predict_f16.c | 72 _Float16 sum = S->intercept; in arm_svm_sigmoid_predict_f16() 309 _Float16 sum=S->intercept; in arm_svm_sigmoid_predict_f16()
|
D | arm_svm_rbf_predict_f32.c | 69 float32_t sum = S->intercept; in arm_svm_rbf_predict_f32() 329 float32_t sum = S->intercept; in arm_svm_rbf_predict_f32() 500 float32_t sum=S->intercept; in arm_svm_rbf_predict_f32()
|
D | arm_svm_polynomial_predict_f16.c | 72 _Float16 sum = S->intercept; in arm_svm_polynomial_predict_f16() 311 _Float16 sum=S->intercept; in arm_svm_polynomial_predict_f16()
|
D | arm_svm_rbf_predict_f16.c | 72 _Float16 sum = S->intercept; in arm_svm_rbf_predict_f16() 327 _Float16 sum=S->intercept; in arm_svm_rbf_predict_f16()
|
/third_party/node/test/parallel/ |
D | test-domain-intercept.js | 20 const bound = d.intercept(mustNotCall); 27 const bound = d.intercept(common.mustCall((data) => { 37 const bound = d.intercept(common.mustCall((data, data2) => {
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerFlags.def | 86 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.") 87 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGSEGV.") 88 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.") 89 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.") 90 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.") 91 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.") 92 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.")
|
/third_party/grpc/src/php/lib/Grpc/ |
D | Interceptor.php | 80 public static function intercept($channel, $interceptors) function in Grpc\\Interceptor
|
/third_party/iptables/extensions/ |
D | libxt_socket.man | 13 then local services could intercept traffic that would otherwise be forwarded.
|