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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosf.c 64 int32_t idf; local
68 GET_FLOAT_WORD(idf,df);
69 SET_FLOAT_WORD(df,idf&0xfffff000);
  /device/linaro/bootloader/edk2/MdeModulePkg/Logo/
LogoDxe.inf 39 Logo.idf
  /toolchain/binutils/binutils-2.27/bfd/
irix-core.c 174 struct idesc *idg, *idf, *ids; local
227 idf = &coreout.c_idesc[I_FPREGS];
230 if (idg->i_offset + idg->i_len != idf->i_offset
231 || idf->i_offset + idf->i_len != ids->i_offset)
239 idg->i_len + idf->i_len + ids->i_len,
  /build/make/core/
link_type.mk 13 my_link_prefix := LINK_TYPE:$(call find-idf-prefix,$(my_kind),$(my_host_cross))$(if $(filter AUX,$(my_kind)),-$(AUX_OS_VARIANT)):$(if $(my_common),$(my_common):_,_:$(if $(my_2nd_arch_prefix),$(my_2nd_arch_prefix),_))
definitions.mk 515 define find-idf-prefix
545 $(eval _idfPrefix := $(call find-idf-prefix,$(3),$(6))) \
595 $(eval _idfPrefix := $(call find-idf-prefix,$(3),)) \
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 135 unsigned int idf, unsigned int idl);
bss.c 1072 * @idf: Smallest allowed identifier assigned for the entry
1073 * @idf: Largest allowed identifier assigned for the entry
1081 unsigned int idf, unsigned int idl)
1085 if (bss->id >= idf && bss->id <= idl)
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
text.py 142 for each token could be binary, based on word count, based on tf-idf...
362 # https://en.wikipedia.org/wiki/Tf%E2%80%93idf
364 idf = np.log(1 + self.document_count /
366 x[i][j] = tf * idf
  /external/boringssl/src/crypto/x509/
x509_vpm.c 236 #define test_x509_verify_param_copy_id(idf, def) \
237 test_x509_verify_param_copy(id->idf, def)
  /external/libxml2/doc/
apibuild.py     [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 

Completed in 341 milliseconds