/external/skqp/src/shaders/gradients/ |
D | SkGradientShader.cpp | 236 …SkRasterPipeline_GradientCtx* ctx, float gapCount, size_t stop, SkPMColor4f c_l, SkPMColor4f c_r) { in init_stop_evenly() argument 239 (c_r.fR - c_l.fR) * gapCount, in init_stop_evenly() 240 (c_r.fG - c_l.fG) * gapCount, in init_stop_evenly() 241 (c_r.fB - c_l.fB) * gapCount, in init_stop_evenly() 242 (c_r.fA - c_l.fA) * gapCount, in init_stop_evenly() 256 …erPipeline_GradientCtx* ctx, size_t stop, float t_l, float t_r, SkPMColor4f c_l, SkPMColor4f c_r) { in init_stop_pos() argument 259 (c_r.fR - c_l.fR) / (t_r - t_l), in init_stop_pos() 260 (c_r.fG - c_l.fG) / (t_r - t_l), in init_stop_pos() 261 (c_r.fB - c_l.fB) / (t_r - t_l), in init_stop_pos() 262 (c_r.fA - c_l.fA) / (t_r - t_l), in init_stop_pos() [all …]
|
/external/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 240 …SkRasterPipeline_GradientCtx* ctx, float gapCount, size_t stop, SkPMColor4f c_l, SkPMColor4f c_r) { in init_stop_evenly() argument 243 (c_r.fR - c_l.fR) * gapCount, in init_stop_evenly() 244 (c_r.fG - c_l.fG) * gapCount, in init_stop_evenly() 245 (c_r.fB - c_l.fB) * gapCount, in init_stop_evenly() 246 (c_r.fA - c_l.fA) * gapCount, in init_stop_evenly() 260 …erPipeline_GradientCtx* ctx, size_t stop, float t_l, float t_r, SkPMColor4f c_l, SkPMColor4f c_r) { in init_stop_pos() argument 263 (c_r.fR - c_l.fR) / (t_r - t_l), in init_stop_pos() 264 (c_r.fG - c_l.fG) / (t_r - t_l), in init_stop_pos() 265 (c_r.fB - c_l.fB) / (t_r - t_l), in init_stop_pos() 266 (c_r.fA - c_l.fA) / (t_r - t_l), in init_stop_pos() [all …]
|
/external/aac/libSACdec/src/ |
D | sac_calcM1andM2.cpp | 122 FIXP_DBL c_r[MAX_PARAMETER_BANDS], int ottBoxIndx, 130 FIXP_DBL c_l[MAX_PARAMETER_BANDS], FIXP_DBL c_r[MAX_PARAMETER_BANDS]); 136 FIXP_DBL c_l[MAX_PARAMETER_BANDS], FIXP_DBL c_r[MAX_PARAMETER_BANDS], 324 FIXP_DBL c_l[MAX_PARAMETER_BANDS], FIXP_DBL c_r[MAX_PARAMETER_BANDS]) { in param2UMX_PS_Core__FDK() 327 if ((c_l != NULL) && (c_r != NULL)) { in param2UMX_PS_Core__FDK() 329 SpatialDequantGetCLDValues(cld[band], &c_l[band], &c_r[band]); in param2UMX_PS_Core__FDK() 363 FIXP_DBL c_r[MAX_PARAMETER_BANDS], int ottBoxIndx, in param2UMX_PS__FDK() 369 H21, H22, c_l, c_r); in param2UMX_PS__FDK() 527 FIXP_DBL c_l[MAX_PARAMETER_BANDS], FIXP_DBL c_r[MAX_PARAMETER_BANDS], in param2UMX_PS_IPD_OPD__FDK() 541 H21, H22, c_l, c_r); in param2UMX_PS_IPD_OPD__FDK()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 1203 auto c_r = Select( in EmitComplexBinaryOp() local 1209 auto result = EmitComposeComplex(op, c_r, c_i); in EmitComplexBinaryOp() 1271 auto c_nan = And(FCmpUNO(c_r, zero), FCmpUNO(c_i, zero)); in EmitComplexBinaryOp()
|
/external/icu/icu4c/source/ |
D | configure.ac | 559 AC_SEARCH_LIBS_FIRST(pthread_mutex_destroy, pthread pthreads c_r )
|
D | configure | 6237 for i in pthread pthreads c_r ; do
|
/external/python/cpython2/ |
D | configure.ac | 2728 AC_CHECK_LIB(c_r, pthread_create, [AC_DEFINE(WITH_THREAD)
|
/external/e2fsprogs/ |
D | aclocal.m4 | 3973 AC_CHECK_LIB([c_r], [pthread_kill],
|
/external/python/cpython3/ |
D | configure.ac | 3263 AC_CHECK_LIB(c_r, pthread_create, [
|