HomeSort by relevance Sort by last modified time
    Searched refs:pure (Results 251 - 275 of 329) sorted by null

<<11121314

  /system/tools/hidl/c2hal/
c2hal_y.yy 75 %pure-parser
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 350 src_pure = src_channel.pure
  /frameworks/native/libs/math/include/math/
TVecHelpers.h 28 #define PURE __attribute__((pure))
110 friend inline constexpr VECTOR<T> PURE operator +(VECTOR<T> lv, const VECTOR<RT>& rv) {
115 friend inline constexpr VECTOR<T> PURE operator -(VECTOR<T> lv, const VECTOR<RT>& rv) {
126 friend inline constexpr VECTOR<T> PURE operator +(VECTOR<T> lv, const VECTOR<T>& rv) {
130 friend inline constexpr VECTOR<T> PURE operator -(VECTOR<T> lv, const VECTOR<T>& rv) {
191 friend inline constexpr VECTOR<T> PURE operator *(VECTOR<T> lv, const VECTOR<RT>& rv) {
196 friend inline constexpr VECTOR<T> PURE operator /(VECTOR<T> lv, const VECTOR<RT>& rv) {
207 friend inline constexpr VECTOR<T> PURE operator *(VECTOR<T> lv, const VECTOR<T>& rv) {
211 friend inline constexpr VECTOR<T> PURE operator /(VECTOR<T> lv, const VECTOR<T>& rv)
    [all...]
mat4.h 29 #define PURE __attribute__((pure))
524 CONSTEXPR typename TMat44<T>::col_type PURE operator *(const TMat44<T>& lhs, const TVec4<U>& rhs) {
535 CONSTEXPR typename TMat44<T>::col_type PURE operator *(const TMat44<T>& lhs, const TVec3<U>& rhs) {
542 CONSTEXPR typename TMat44<U>::row_type PURE operator *(const TVec4<U>& lhs, const TMat44<T>& rhs) {
552 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat44<T>>::type PURE
559 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat44<T>>::type PURE
570 typename TMat44<T>::col_type PURE diag(const TMat44<T>& m) {
585 #undef PURE
TMatHelpers.h 44 #define PURE __attribute__((pure))
81 MATRIX PURE gaussJordanInverse(const MATRIX& src) {
130 CONSTEXPR MATRIX PURE fastInverse2(const MATRIX& x) {
164 CONSTEXPR MATRIX PURE fastInverse3(const MATRIX& x) {
234 inline constexpr MATRIX PURE inverse(const MATRIX& matrix) {
242 CONSTEXPR MATRIX_R PURE multiply(const MATRIX_A& lhs, const MATRIX_B& rhs) {
264 CONSTEXPR MATRIX PURE transpose(const MATRIX& m) {
278 CONSTEXPR typename MATRIX::value_type PURE trace(const MATRIX& m) {
289 CONSTEXPR typename MATRIX::col_type PURE diag(const MATRIX& m)
    [all...]
  /frameworks/native/services/sensorservice/
vec.h 29 #define PURE __attribute__((pure))
67 VLHS<TYPE, SIZE> PURE doAdd(
82 VLHS<TYPE, SIZE> PURE doSub(
96 VEC<TYPE, SIZE> PURE doMulScalar(
110 VEC<TYPE, SIZE> PURE doScalarMul(
145 inline VLHS<TYPE, SIZE> PURE operator + (
157 inline VLHS<TYPE, SIZE> PURE operator - (
168 inline VEC<TYPE, SIZE> PURE operator * (
179 inline VEC<TYPE, SIZE> PURE operator *
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 809 // boundary. This allows pure (non-cgo) Go binaries
815 // when it is run on a pure (non-cgo) Go binary, where
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho.go 809 // boundary. This allows pure (non-cgo) Go binaries
815 // when it is run on a pure (non-cgo) Go binary, where
  /build/blueprint/bootstrap/
doc.go 31 // The primary builder must be a pure Go (i.e. no cgo) module built with the
  /external/okhttp/website/static/
prettify.js 20 Q=[y,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],W=[y,"as,assert,const,copy,drop,enum,extern,fail,false,fn,impl,let,log,loop,match,mod,move,mut,priv,pub,pure,ref,self,static,struct,true,trait,type,unsafe,use"],y=[y,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],R=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)\b/,
  /prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go 34 // aren't necessary in the pure Go implementation, as we don't use those same
  /prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go 34 // aren't necessary in the pure Go implementation, as we don't use those same
  /system/tools/hidl/
hidl-gen_y.yy 208 %pure-parser
    [all...]
  /prebuilts/go/darwin-x86/src/net/
net.go 45 It can use a pure Go resolver that sends DNS requests directly to the servers
49 By default the pure Go resolver is used, because a blocked DNS request consumes
63 export GODEBUG=netdns=go # force pure Go resolver
  /prebuilts/go/linux-x86/src/net/
net.go 45 It can use a pure Go resolver that sends DNS requests directly to the servers
49 By default the pure Go resolver is used, because a blocked DNS request consumes
63 export GODEBUG=netdns=go # force pure Go resolver
  /external/bison/doc/
refcard.tex 344 \key{Generate a reentrant (pure) parser.}
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_s390x.go 41 // No vector support, use pure Go implementation.
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 125 handlers or masks, then the behavior is the same as for a pure Go
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_s390x.go 41 // No vector support, use pure Go implementation.
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 125 handlers or masks, then the behavior is the same as for a pure Go
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 62 library tries to use duck-typing techniques instead of pure object-oriented type
  /external/elfutils/libdw/
known-dwarf.h 122 DWARF_ONE_KNOWN_DW_AT (pure, DW_AT_pure) \
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 92 #define HB_PURE_FUNC __attribute__((pure))
  /external/libpcap/
grammar.y 4 %pure-parser
  /external/v8/src/debug/
liveedit.js 473 // 'Textual' correspondence/matching is weaker than 'pure'
475 // in UI, we use 'pure' level for actual code manipulation.
    [all...]

Completed in 1283 milliseconds

<<11121314