Searched refs:dot (Results 1 - 25 of 106) sorted by relevance

12345

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/importlib/
H A D__init__.py10 dot = len(package)
13 dot = package.rindex('.', 0, dot)
17 return "%s.%s" % (package[:dot], name)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/importlib/
H A D__init__.py10 dot = len(package)
13 dot = package.rindex('.', 0, dot)
17 return "%s.%s" % (package[:dot], name)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_itertools.py20 dot='.' func=%(it_funcs)s > trailer< '(' [any] ')' > >
33 dot, it = (results['dot'], results['it'])
39 dot.remove()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_itertools.py20 dot='.' func=%(it_funcs)s > trailer< '(' [any] ')' > >
33 dot, it = (results['dot'], results['it'])
39 dot.remove()
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
H A Drs_math.rsh167 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
171 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
175 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
179 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
183 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
187 distToCenter = dot(far->xyz, sphere->xyz) + far->w;
H A Drs_cl.rsh961 * Compute the dot product of two vectors.
965 _RS_RUNTIME float __attribute__((const, overloadable)) dot(float lhs, float rhs);
966 F_FUNC_FN_FN(dot)
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
H A Drs_math.rsh167 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
171 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
175 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
179 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
183 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
187 distToCenter = dot(far->xyz, sphere->xyz) + far->w;
H A Drs_cl.rsh961 * Compute the dot product of two vectors.
965 _RS_RUNTIME float __attribute__((const, overloadable)) dot(float lhs, float rhs);
966 F_FUNC_FN_FN(dot)
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
H A Drs_math.rsh167 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
171 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
175 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
179 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
183 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
187 distToCenter = dot(far->xyz, sphere->xyz) + far->w;
H A Drs_cl.rsh961 * Compute the dot product of two vectors.
965 _RS_RUNTIME float __attribute__((const, overloadable)) dot(float lhs, float rhs);
966 F_FUNC_FN_FN(dot)
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/rs/scriptc/
H A Drs_math.rsh167 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
171 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
175 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
179 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
183 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
187 distToCenter = dot(far->xyz, sphere->xyz) + far->w;
H A Drs_cl.rsh961 * Compute the dot product of two vectors.
965 _RS_RUNTIME float __attribute__((const, overloadable)) dot(float lhs, float rhs);
966 F_FUNC_FN_FN(dot)
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/rs/scriptc/
H A Drs_math.rsh167 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
171 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
175 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
179 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
183 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
187 distToCenter = dot(far->xyz, sphere->xyz) + far->w;
H A Drs_cl.rsh961 * Compute the dot product of two vectors.
965 _RS_RUNTIME float __attribute__((const, overloadable)) dot(float lhs, float rhs);
966 F_FUNC_FN_FN(dot)
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/rs/scriptc/
H A Drs_math.rsh167 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
171 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
175 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
179 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
183 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
187 distToCenter = dot(far->xyz, sphere->xyz) + far->w;
H A Drs_cl.rsh961 * Compute the dot product of two vectors.
965 _RS_RUNTIME float __attribute__((const, overloadable)) dot(float lhs, float rhs);
966 F_FUNC_FN_FN(dot)
/prebuilts/sdk/renderscript/include/
H A Drs_math.rsh167 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
171 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
175 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
179 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
183 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
187 distToCenter = dot(far->xyz, sphere->xyz) + far->w;
/prebuilts/sdk/tools/darwin/renderscript/include/
H A Drs_math.rsh167 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
171 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
175 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
179 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
183 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
187 distToCenter = dot(far->xyz, sphere->xyz) + far->w;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dposixpath.py100 # The extension is everything starting at the last dot in the last
324 slash, dot = (u'/', u'.') if isinstance(path, _unicode) else ('/', '.')
326 return dot
347 return path or dot
H A Dihooks.py441 dot = len(pkgname)
444 dot = pkgname.rindex('.', 0, dot)
448 pkgname = pkgname[:dot]
H A Dntpath.py185 # The extension is everything starting at the last dot in the last
401 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.')
446 comps.append(dot)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dposixpath.py100 # The extension is everything starting at the last dot in the last
324 slash, dot = (u'/', u'.') if isinstance(path, _unicode) else ('/', '.')
326 return dot
347 return path or dot
H A Dihooks.py441 dot = len(pkgname)
444 dot = pkgname.rindex('.', 0, dot)
448 pkgname = pkgname[:dot]
H A Dntpath.py185 # The extension is everything starting at the last dot in the last
401 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.')
446 comps.append(dot)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dtransformer.py889 dot = self.com_dotted_name(node[0][1:])
891 return dot, None
894 return dot, node[2][1]

Completed in 453 milliseconds

12345