HomeSort by relevance Sort by last modified time
    Searched refs:sf (Results 151 - 175 of 947) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/bt/embdrv/sbc/decoder/srce/
decoder-private.c 198 OI_INT sf; local
203 sf = sf_by4 & 0xFF;
208 sf = (sf_by4 >> 24) & 0xFF;
214 dequant = OI_SBC_Dequant(raw, sf, bits);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-spu/
pic.s 15 sf 126,2,126
  /external/tensorflow/tensorflow/core/framework/
op_def_builder_test.cc 439 ExpectOrdered(b().Input("sf: string")
448 obtained by sequentially concatenating sf[i].id and sf[i].weight, for i in
449 1...size(sf). Note that if sf[i].weight is not set, the default value for the
451 extracted from sf[i], then index[j] is set to i.
453 sf: vector of string, where each element is the string encoding of
455 indices: vector of indices inside sf
461 name: "sf"
467 description: "vector of indices inside sf"
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c 151 { UInt cf, pf, af, zf, sf, of; \
160 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
163 return cf | pf | af | zf | sf | of; \
172 { UInt cf, pf, af, zf, sf, of; \
181 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
184 return cf | pf | af | zf | sf | of; \
193 { UInt cf, pf, af, zf, sf, of; \
206 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
209 return cf | pf | af | zf | sf | of; \
218 { UInt cf, pf, af, zf, sf, of;
647 UInt of,sf,zf,cf,pf; local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
SignatureFileVerifier.java 80 /** the raw bytes of the .SF file */
131 * returns true if we need the .SF file
141 * returns true if we need this .SF file.
143 * @param name the name of the .SF file without the extension
152 * used to set the raw bytes of the .SF file when it
171 if (s.endsWith(".SF") || s.endsWith(".DSA") ||
181 * the MANIFEST, SF files, known signature block files, and other
252 * process the signature block file. Goes through the .SF file
253 * and adds code signers for each section where the .SF section
280 Manifest sf = new Manifest() local
    [all...]
  /frameworks/av/media/libaudioprocessing/tests/
test-mixer.cpp 67 SNDFILE *sf = sf_open(filename, SFM_WRITE, &info); local
68 if (sf == NULL) {
73 (void) sf_writef_float(sf, (float*)buffer, frames);
75 (void) sf_writef_short(sf, (short*)buffer, frames);
77 sf_close(sf);
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowFrameTests.java 155 final Rect sf = new Rect(pf); local
156 sf.left += leftStableInset;
157 sf.right -= rightStableInset;
163 w.computeFrameLw(pf, df, of, cf, vf, dcf, sf, null, WmDisplayCutout.NO_CUTOUT, false);
171 assertTrue(sf.equals(w.getStableFrameLw()));
178 w.computeFrameLw(pf, df, of, cf, vf, dcf, sf, null, WmDisplayCutout.NO_CUTOUT, false);
337 final Rect sf = vf; local
343 w.computeFrameLw(pf, df, of, cf, vf, dcf, sf, null, WmDisplayCutout.NO_CUTOUT, false);
349 w.computeFrameLw(pf, df, of, cf, vf, dcf, sf, null, WmDisplayCutout.NO_CUTOUT, false);
  /external/cblas/testing/
c_c2chke.c 28 char *sf = ( rout ) ; local
48 if (strncmp( sf,"cblas_cgemv",11)==0) {
103 } else if (strncmp( sf,"cblas_cgbmv",11)==0) {
173 } else if (strncmp( sf,"cblas_chemv",11)==0) {
219 } else if (strncmp( sf,"cblas_chbmv",11)==0) {
273 } else if (strncmp( sf,"cblas_chpmv",11)==0) {
311 } else if (strncmp( sf,"cblas_ctrmv",11)==0) {
365 } else if (strncmp( sf,"cblas_ctbmv",11)==0) {
427 } else if (strncmp( sf,"cblas_ctpmv",11)==0) {
473 } else if (strncmp( sf,"cblas_ctrsv",11)==0)
    [all...]
c_z2chke.c 28 char *sf = ( rout ) ; local
48 if (strncmp( sf,"cblas_zgemv",11)==0) {
103 } else if (strncmp( sf,"cblas_zgbmv",11)==0) {
173 } else if (strncmp( sf,"cblas_zhemv",11)==0) {
219 } else if (strncmp( sf,"cblas_zhbmv",11)==0) {
273 } else if (strncmp( sf,"cblas_zhpmv",11)==0) {
311 } else if (strncmp( sf,"cblas_ztrmv",11)==0) {
365 } else if (strncmp( sf,"cblas_ztbmv",11)==0) {
427 } else if (strncmp( sf,"cblas_ztpmv",11)==0) {
473 } else if (strncmp( sf,"cblas_ztrsv",11)==0)
    [all...]
c_d2chke.c 28 char *sf = ( rout ) ; local
46 if (strncmp( sf,"cblas_dgemv",11)==0) {
101 } else if (strncmp( sf,"cblas_dgbmv",11)==0) {
171 } else if (strncmp( sf,"cblas_dsymv",11)==0) {
217 } else if (strncmp( sf,"cblas_dsbmv",11)==0) {
271 } else if (strncmp( sf,"cblas_dspmv",11)==0) {
309 } else if (strncmp( sf,"cblas_dtrmv",11)==0) {
363 } else if (strncmp( sf,"cblas_dtbmv",11)==0) {
425 } else if (strncmp( sf,"cblas_dtpmv",11)==0) {
471 } else if (strncmp( sf,"cblas_dtrsv",11)==0)
    [all...]
c_s2chke.c 28 char *sf = ( rout ) ; local
46 if (strncmp( sf,"cblas_sgemv",11)==0) {
101 } else if (strncmp( sf,"cblas_sgbmv",11)==0) {
171 } else if (strncmp( sf,"cblas_ssymv",11)==0) {
217 } else if (strncmp( sf,"cblas_ssbmv",11)==0) {
271 } else if (strncmp( sf,"cblas_sspmv",11)==0) {
309 } else if (strncmp( sf,"cblas_strmv",11)==0) {
363 } else if (strncmp( sf,"cblas_stbmv",11)==0) {
425 } else if (strncmp( sf,"cblas_stpmv",11)==0) {
471 } else if (strncmp( sf,"cblas_strsv",11)==0)
    [all...]
  /external/libjpeg-turbo/java/
TJBench.java 56 static TJScalingFactor sf; field in class:TJBench
140 int scaledw = sf.getScaled(w);
141 int scaledh = sf.getScaled(h);
231 if (sf.getNum() != 1 || sf.getDenom() != 1)
232 sizeStr = new String(sf.getNum() + "_" + sf.getDenom());
246 if (srcBuf != null && sf.getNum() == 1 && sf.getDenom() == 1) {
485 if (sf.getNum() != 1 || sf.getDenom() != 1
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 244 if (cpi->sf.simple_model_rd_from_var) {
828 mi->tx_size, cpi->sf.use_fast_coef_costing);
876 bs, n, cpi->sf.use_fast_coef_costing);
1518 const struct scale_factors *sf = &xd->block_refs[ref]->sf; local
1721 struct scale_factors sf; local
1790 second_pred_alloc_16, pw, &frame_mv[refs[!id]].as_mv, &sf, pw, ph, 0, local
1889 SPEED_FEATURES *const sf = &cpi->sf; local
2296 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; local
3033 SPEED_FEATURES *const sf = &cpi->sf; local
3804 SPEED_FEATURES *const sf = &cpi->sf; local
    [all...]
  /art/runtime/mirror/
emulated_stack_frame.cc 194 Handle<EmulatedStackFrame> sf(hs.NewHandle(
196 sf->SetFieldObject<false>(CallsiteTypeOffset(), caller_type.Get());
197 sf->SetFieldObject<false>(TypeOffset(), callee_type.Get());
198 sf->SetFieldObject<false>(ReferencesOffset(), references.Get());
199 sf->SetFieldObject<false>(StackFrameOffset(), stack_frame.Get());
201 return sf.Get();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenObjectDefinition.py 85 sf = self.static and "static "
86 Output("%sPyTypeObject %s;", sf, self.typename)
190 sf = self.static and "static "
192 Output("%sPyTypeObject %s = {", sf, self.typename)
268 sf = self.static and "static "
270 Output("%sPyTypeObject %s = {", sf, self.typename)
  /external/python/cpython2/Tools/bgen/bgen/
bgenObjectDefinition.py 85 sf = self.static and "static "
86 Output("%sPyTypeObject %s;", sf, self.typename)
190 sf = self.static and "static "
192 Output("%sPyTypeObject %s = {", sf, self.typename)
268 sf = self.static and "static "
270 Output("%sPyTypeObject %s = {", sf, self.typename)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips64-mips3d.s 79 cabs.sf.d $fcc0, $f8, $f19
80 cabs.sf.d $fcc2, $f8, $f19
81 cabs.sf.s $fcc0, $f8, $f19
82 cabs.sf.s $fcc2, $f8, $f19
83 cabs.sf.ps $fcc0, $f8, $f19
84 cabs.sf.ps $fcc2, $f8, $f19
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
cauchy_test.py 173 sf = cauchy.survival_function(x)
174 self.assertAllEqual(cauchy.batch_shape_tensor().eval(), sf.shape)
175 self.assertAllEqual(cauchy.batch_shape_tensor().eval(), sf.eval().shape)
176 self.assertAllEqual(cauchy.batch_shape, sf.shape)
177 self.assertAllEqual(cauchy.batch_shape, sf.eval().shape)
180 expected_sf = stats.cauchy(loc, scale).sf(x)
181 self.assertAllClose(expected_sf, sf.eval(), atol=0)
232 sf = cauchy.log_survival_function(x)
233 self.assertAllEqual(cauchy.batch_shape_tensor().eval(), sf.shape)
234 self.assertAllEqual(cauchy.batch_shape_tensor().eval(), sf.eval().shape
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
normal_test.py 186 sf = normal.survival_function(x)
187 self.assertAllEqual(normal.batch_shape_tensor().eval(), sf.get_shape())
188 self.assertAllEqual(normal.batch_shape_tensor().eval(), sf.eval().shape)
189 self.assertAllEqual(normal.batch_shape, sf.get_shape())
190 self.assertAllEqual(normal.batch_shape, sf.eval().shape)
193 expected_sf = stats.norm(mu, sigma).sf(x)
194 self.assertAllClose(expected_sf, sf.eval(), atol=0)
245 sf = normal.log_survival_function(x)
246 self.assertAllEqual(normal.batch_shape_tensor().eval(), sf.get_shape())
247 self.assertAllEqual(normal.batch_shape_tensor().eval(), sf.eval().shape
    [all...]
  /device/google/taimen/
device.mk 43 ro.sf.lcd_density=560 \
135 debug.sf.early_phase_offset_ns=5000000
  /external/aac/libFDK/include/
fixpoint_math.h 888 INT fixp_floorToInt(FIXP_DBL f_inp, INT sf);
889 FIXP_DBL fixp_floor(FIXP_DBL f_inp, INT sf);
891 INT fixp_ceilToInt(FIXP_DBL f_inp, INT sf);
892 FIXP_DBL fixp_ceil(FIXP_DBL f_inp, INT sf);
894 INT fixp_truncateToInt(FIXP_DBL f_inp, INT sf);
895 FIXP_DBL fixp_truncate(FIXP_DBL f_inp, INT sf);
897 INT fixp_roundToInt(FIXP_DBL f_inp, INT sf);
898 FIXP_DBL fixp_round(FIXP_DBL f_inp, INT sf);
  /external/e2fsprogs/debian/attic/libs/
rules 104 ln -sf e2fslibsg $(debdir)/e2fslibsg-dev/usr/doc/e2fslibsg-dev
106 ln -sf e2fslibsg $(maindir)/usr/doc/e2fsprogs
108 ln -sf comerr$(COMERR_MAJOR)g $(debdir)/comerrg-dev/usr/doc/comerrg-dev
110 ln -sf ss$(SS_MAJOR)g $(debdir)/ssg-dev/usr/doc/ssg-dev
  /external/e2fsprogs/util/
gen-tarball.in 46 (cd $top_srcdir/.. ; rm -f $SRCROOT ; ln -sf $base_e2fsprogs $SRCROOT)
  /external/golang-protobuf/proto/
lib.go 569 for _, sf := range dm.scalars {
570 f := v.Field(sf.index)
575 dv := sf.value
582 switch sf.kind {
653 log.Printf("proto: can't set default for field %v (sf.kind=%v)", f, sf.kind)
720 sf, nested, err := fieldDefault(ft, prop)
726 case sf != nil:
727 sf.index = fi
728 dm.scalars = append(dm.scalars, *sf)
    [all...]
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJDecompressor.java 249 TJScalingFactor[] sf = TJ.getScalingFactors(); local
255 for (int i = 0; i < sf.length; i++) {
256 scaledWidth = sf[i].getScaled(jpegWidth);
257 scaledHeight = sf[i].getScaled(jpegHeight);
290 TJScalingFactor[] sf = TJ.getScalingFactors(); local
296 for (int i = 0; i < sf.length; i++) {
297 scaledWidth = sf[i].getScaled(jpegWidth);
298 scaledHeight = sf[i].getScaled(jpegHeight);
    [all...]

Completed in 593 milliseconds

1 2 3 4 5 67 8 91011>>