HomeSort by relevance Sort by last modified time
    Searched refs:gxx (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/utils/
Makefile 17 llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
llvm-native-gxx 2 # Wrapper around LLVM tools to generate a native .o from llvm-gxx using an
18 # most of these are passed on to llvm-gxx.
23 if ($ProgramName =~ /llvm-native-gxx/) {
56 if ($ProgramName =~ /llvm-native-gxx/) {
72 if ($ProgramName =~ /llvm-native-gxx/) {
169 } elsif ($ProgramName =~ /llvm-native-gxx/) {
170 # build the llvm-gxx command line.
184 llvm-native-gxx
check-each-file 13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
  /external/llvm/utils/
llvm-native-gxx 2 # Wrapper around LLVM tools to generate a native .o from llvm-gxx using an
18 # most of these are passed on to llvm-gxx.
23 if ($ProgramName =~ /llvm-native-gxx/) {
56 if ($ProgramName =~ /llvm-native-gxx/) {
72 if ($ProgramName =~ /llvm-native-gxx/) {
169 } elsif ($ProgramName =~ /llvm-native-gxx/) {
170 # build the llvm-gxx command line.
184 llvm-native-gxx
check-each-file 13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
  /external/opencv/cv/src/
cvcornersubpix.cpp 216 double gxx = tgx * tgx * m; local
221 a += gxx;
225 bb1 += gxx * px + gxy * py;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
216 inline void db_gxx_gxy_gyy_row_f(float *gxx,float *gxy,float *gyy,int chunk_width,
257 gxx[c]=Ixx0+Ixx1*4.0f+Ixx2*6.0f+Ixx3*4.0f+Ixx4;
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
363 and with width chunk_width. gxx,gxy and gyy are assumed to be four pixels wider than chunk_width
365 inline void db_HarrisStrength_row_f(float **s,float *gxx,float *gxy,float *gyy,int i,int j,int chunk_width)
367 float Gxx,Gxy,Gyy,det,trc;
372 Gxx=gxx[c]+gxx[c+1]*4.0f+gxx[c+2]*6.0f+gxx[c+3]*4.0f+gxx[c+4]
622 float *gxx,*gxy,*gyy; local
665 int *gxx,*gxy,*gyy; local
    [all...]
  /prebuilts/go/darwin-x86/test/
escape2.go 19 var gxx *int var
22 gxx = &x // ERROR "&x escapes to heap$"
26 gxx = yy
631 gxx = myprint(z, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "foo75esc ... argument does not escape$"
    [all...]
escape2n.go 19 var gxx *int var
22 gxx = &x // ERROR "&x escapes to heap$"
26 gxx = yy
631 gxx = myprint(z, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "foo75esc ... argument does not escape$"
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 19 var gxx *int var
22 gxx = &x // ERROR "&x escapes to heap$"
26 gxx = yy
631 gxx = myprint(z, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "foo75esc ... argument does not escape$"
    [all...]
escape2n.go 19 var gxx *int var
22 gxx = &x // ERROR "&x escapes to heap$"
26 gxx = yy
631 gxx = myprint(z, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "foo75esc ... argument does not escape$"
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go 3061 func (b *builder) gxx(p *Package, out string, flags []string, cxxfile string) error { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go 3061 func (b *builder) gxx(p *Package, out string, flags []string, cxxfile string) error { func
    [all...]
  /toolchain/binutils/binutils-2.25/
configure     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 1627 milliseconds