代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/386691/2569596
h rtl865x_fast.h
#ifndef __RTL865X_FAST_H__
#define __RTL865X_FAST_H__
#include "re865x/rtl865x/mbuf.h"
#include "re865x/rtl865x/rtl_glue.h"
#define __IRAM_AIRGO __attribute__ ((section(".iram-airgo")))
#de
www.eeworm.com/read/375190/2736357
cpp fast_mem_fn_example.cpp
// (C) Copyright Tobias Schwinger
//
// Use modification and distribution are subject to the boost Software License,
// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
//-------------------
www.eeworm.com/read/366702/2880422
c fast-math-pr35982.c
/* { dg-do compile } */
/* { dg-require-effective-target vect_float } */
/* { dg-require-effective-target vect_int } */
struct mem
{
float avg;
int len;
};
float method2_int16 (struct mem *mem)
www.eeworm.com/read/366702/2880759
c fast-math-slp-27.c
/* { dg-do compile } */
/* { dg-require-effective-target vect_float } */
float x[256];
void foo(void)
{
int i;
for (i=0; i
www.eeworm.com/read/356084/3042653
m radon_zp2_fast.m
function Rad = Radon_Zp2_fast(x)
% Radon_Zp2_Fast: Fast Radon Transform for Z_p^2
% Usage
% Rad = Radon_Zp2_Fast(x)
% Inputs
% x array p*p, p prime
% Outputs
% Rad array p*(p+1)
% Description
www.eeworm.com/read/356084/3042658
m invradon_zp2_fast.m
function x = InvRadon_Zp2_Fast(Rad)
% InvRadon_Zp2_Fast: Fast Inverse Radon Transform for Z_p^2
% Usage
% x = Inv_Radon_Zp2(Rad)
% Inputs
% Rad array p*(p+1)
% Outputs
% x array p*p, p prime
www.eeworm.com/read/351555/3107375
h fast_float_math_hack.h
# ifdef __ICL /* only Intel C compiler has fmath ??? */
#include
/* Nearest integer, absolute value, etc. */
#define ceil ceilf
#define fabs fabsf
#define floor floorf
www.eeworm.com/read/264095/4292750
flags .fast-math-emu.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += fast-math-emu.o
endif
www.eeworm.com/read/260165/4335398
h fast_string_concatenator_unittest_.h
#if !defined(STLSOFT_INCL_STLSOFT_STRING_HPP_FAST_STRING_CONCATENATOR)
# error This file cannot be directly included, and should only be included within stlsoft/string/fast_string_concatenator.hpp
www.eeworm.com/read/395090/8196706