HomeSort by relevance Sort by last modified time
    Searched refs:negate (Results 201 - 225 of 402) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/rs/java/android/renderscript/
Double4.java 325 * Set vector negate
327 public void negate() { method in class:Double4
Float4.java 325 * set vector negate
327 public void negate() { method in class:Float4
Int3.java 329 * set vector negate
331 public void negate() { method in class:Int3
Int4.java 352 * set vector negate
354 public void negate() { method in class:Int4
Long3.java 329 * set vector negate
331 public void negate() { method in class:Long3
Long4.java 352 * set vector negate
354 public void negate() { method in class:Long4
Short3.java 329 * set vector negate
331 public void negate() { method in class:Short3
Short4.java 352 * set vector negate
354 public void negate() { method in class:Short4
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 241 if (reg->Register.Negate)
247 if (reg->Register.Negate)
866 negate( src( temp ) ) ))
887 if (!submit_op1(emit, inst_token(SVGA3DOP_FRC), temp, negate(src0)))
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 241 if (reg->Register.Negate)
247 if (reg->Register.Negate)
866 negate( src( temp ) ) ))
887 if (!submit_op1(emit, inst_token(SVGA3DOP_FRC), temp, negate(src0)))
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 88 * To negate every element in @c a, use
90 * transform(a.begin(), a.end(), a.begin(), negate<double>());
162 struct negate;
212 struct negate : public unary_function<_Tp, _Tp> struct in inherits:unary_function
291 struct negate<void> struct
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 462 int negate; member in union:YYSTYPE
470 unsigned negate:1; member in struct:YYSTYPE::__anon18094
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 237 icvCalcFMM(const CvMat *f, CvMat *t, CvPriorityQueueFloat *Heap, bool negate) {
243 unsigned known=(negate)?CHANGE:KNOWN;
266 if (negate) {
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
vec4.js 325 * @param {vec4} a vector to negate
328 vec4.negate = function(out, a) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.h 109 bool negate; member in class:fs_reg
brw_fs_reg_allocate.cpp 423 spill_src.negate = false;
brw_vec4.h 111 bool negate; member in class:brw::src_reg
  /external/chromium_org/third_party/skia/forth/
StdWords.cpp 421 ADD_LITERAL_WORD("NEGATE", negate);
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 70 explicit Cond (const std::string& name, bool negate = true);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 109 bool negate; member in class:fs_reg
brw_fs_reg_allocate.cpp 423 spill_src.negate = false;
brw_vec4.h 111 bool negate; member in class:brw::src_reg
  /external/openssl/ssl/
ssltest.c 2036 int negate = 0; local
    [all...]
  /external/proguard/src/proguard/evaluation/value/
IntegerValue.java 46 public abstract IntegerValue negate(); method in class:IntegerValue
  /external/stlport/stlport/stl/
_function.h 74 struct negate : public unary_function<_Tp, _Tp> { struct in inherits:unary_function

Completed in 2081 milliseconds

1 2 3 4 5 6 7 891011>>