Searched refs:ramp (Results 1 - 6 of 6) sorted by relevance

/external/eigen/doc/examples/
H A Dclass_CwiseUnaryOp_ptrfun.cpp7 double ramp(double x) function
18 cout << m1 << endl << "becomes: " << endl << m1.unaryExpr(ptr_fun(ramp)) << endl;
/external/strace/
H A Devdev.c90 tprintf(", ramp={start_level=%" PRIi16
92 ffe.u.ramp.start_level,
93 ffe.u.ramp.end_level);
94 decode_envelope(&ffe.u.ramp.envelope);
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c652 const float ramp = 1.0002f; local
720 aec->dPow[i])) * ramp;
723 aec->dMinPow[i] *= ramp;
/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp60 // check there exists an addition ramp form 1 to ...
102 //! Generate a ramp of values from 1 to numElements, and shuffle it
103 void generateShuffledRamp (int numElements, std::vector<int>& ramp) argument
108 ramp.resize(numElements);
110 ramp[callNdx] = callNdx + 1;
112 rng.shuffle(ramp.begin(), ramp.end());
/external/kernel-headers/original/uapi/linux/
H A Dinput.h1044 * struct ff_ramp_effect - defines parameters of a ramp force-feedback effect
1152 struct ff_ramp_effect ramp; member in union:ff_effect::__anon6902
/external/skia/src/core/
H A DSkXfermode.cpp1199 static Sk4f ramp(const Sk4f& v0, const Sk4f& v1, const Sk4f& t) { function
1399 res = ramp(dstF, ProcType::Xfer(srcF, dstF), aa4);

Completed in 231 milliseconds