Home
last modified time | relevance | path

Searched refs:intercept (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/skia/src/core/
DSkGlyph.cpp292 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/
DSkGlyph.cpp299 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/
Dsvm_functions.h88 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,
Dsvm_functions_f16.h87 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/
DInterceptorTest.php241 … $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/
Darm_svm_linear_init_f32.c75 float32_t intercept, in arm_svm_linear_init_f32() argument
82 S->intercept = intercept; in arm_svm_linear_init_f32()
Darm_svm_linear_init_f16.c78 float16_t intercept, in arm_svm_linear_init_f16() argument
85 S->intercept = intercept; in arm_svm_linear_init_f16()
Darm_svm_rbf_init_f32.c71 float32_t intercept, in arm_svm_rbf_init_f32() argument
80 S->intercept = intercept; in arm_svm_rbf_init_f32()
Darm_svm_rbf_init_f16.c74 float16_t intercept, in arm_svm_rbf_init_f16() argument
83 S->intercept = intercept; in arm_svm_rbf_init_f16()
Darm_svm_sigmoid_init_f32.c71 float32_t intercept, in arm_svm_sigmoid_init_f32() argument
81 S->intercept = intercept; in arm_svm_sigmoid_init_f32()
Darm_svm_sigmoid_init_f16.c74 float16_t intercept, in arm_svm_sigmoid_init_f16() argument
84 S->intercept = intercept; in arm_svm_sigmoid_init_f16()
Darm_svm_polynomial_init_f32.c73 float32_t intercept, in arm_svm_polynomial_init_f32() argument
84 S->intercept = intercept; in arm_svm_polynomial_init_f32()
Darm_svm_polynomial_init_f16.c76 float16_t intercept, in arm_svm_polynomial_init_f16() argument
87 S->intercept = intercept; in arm_svm_polynomial_init_f16()
Darm_svm_linear_predict_f32.c67 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()
Darm_svm_linear_predict_f16.c70 _Float16 sum = S->intercept; in arm_svm_linear_predict_f16()
291 _Float16 sum=S->intercept; in arm_svm_linear_predict_f16()
Darm_svm_sigmoid_predict_f32.c69 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()
Darm_svm_polynomial_predict_f32.c72 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()
Darm_svm_sigmoid_predict_f16.c72 _Float16 sum = S->intercept; in arm_svm_sigmoid_predict_f16()
309 _Float16 sum=S->intercept; in arm_svm_sigmoid_predict_f16()
Darm_svm_rbf_predict_f32.c69 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()
Darm_svm_polynomial_predict_f16.c72 _Float16 sum = S->intercept; in arm_svm_polynomial_predict_f16()
311 _Float16 sum=S->intercept; in arm_svm_polynomial_predict_f16()
Darm_svm_rbf_predict_f16.c72 _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/
Dtest-domain-intercept.js20 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/
DFuzzerFlags.def86 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/
DInterceptor.php80 public static function intercept($channel, $interceptors) function in Grpc\\Interceptor
/third_party/iptables/extensions/
Dlibxt_socket.man13 then local services could intercept traffic that would otherwise be forwarded.

1234